|
Home > Archive > Unix Shell > December 2006 > What is SCCS?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Bo Yang 2006-12-02, 1:31 am |
| Hi,
I am now reading the Shell utility document.
I come across the word SCCS, the document said
there are many tools to manipulate the SCCS files
such as admin,delta...
Anyway, what is SCCS?
| |
| Michael Vilain 2006-12-02, 7:30 am |
| In article <ekr9m8$icr$1@news.cn99.com>,
Bo Yang <struggle@mail.nankai.edu.cn> wrote:
> Hi,
> I am now reading the Shell utility document.
> I come across the word SCCS, the document said
> there are many tools to manipulate the SCCS files
> such as admin,delta...
> Anyway, what is SCCS?
There are several "source code control systems" out there--SCCS is one
(was it the first in 1972), RCS is another, and CVS, which is
network-enabled, is commonly used today. It's a code repository for
software developers.
If you've never worked in a large software development cycle, you might
never have been exposed to this sort of tool, along with it's brothers
"make", used to actually build the project, and "expect", used to test
the resulting project.
Google or Wikipedia would have told you this, and then some.
http://en.wikipedia.org/wiki/SCCS
--
DeeDee, don't press that button! DeeDee! NO! Dee...
| |
| Bo Yang 2006-12-02, 7:30 am |
| Michael Vilain :
> In article <ekr9m8$icr$1@news.cn99.com>,
> Bo Yang <struggle@mail.nankai.edu.cn> wrote:
>
>
> There are several "source code control systems" out there--SCCS is one
> (was it the first in 1972), RCS is another, and CVS, which is
> network-enabled, is commonly used today. It's a code repository for
> software developers.
>
> If you've never worked in a large software development cycle, you might
> never have been exposed to this sort of tool, along with it's brothers
> "make", used to actually build the project, and "expect", used to test
> the resulting project.
>
> Google or Wikipedia would have told you this, and then some.
>
> http://en.wikipedia.org/wiki/SCCS
>
Thank you, I have use cvs, svn, git, but I forget the
short form of Source Code Control Systems.
Thanks again!
| |
|
| Bo Yang wrote:
> Thank you, I have use cvs, svn, git, but I forget the
> short form of Source Code Control Systems.
You were counselled, "Google or Wikipedia would have
told you this, and then some," and I too think that for a
person as sophisticated as has used those three SCMs,
I'm surprised that you did not even try to perform a simple
Web search. After all, the whole first part of the C.U.S.
FAQ covers SCCS!
=Brian
|
|
|
|
|