Depends if you want to port your existing SCCS (warts and all) or whether you want to use something a bit more up to date. Subversion is very popular, and there is a Python script to convert SCCS repositories to SVN at
[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object:erlDesignPatterns)[/small]
AFAIK, CSSC is just an open source version of SCCS, with a few arcane features omitted. Its functionality dates back to the 1980s. More modern systems have better features for collaborative working, branching, and remote access.
Before you make your decision, have a look at Subversion, which also supports rename and has proper atomic commit for multiple files. It's free, too.
[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object:erlDesignPatterns)[/small]
Oh, certainly go with Subversion or even CVS if at all possible. I pointed out CSSC under the impression that you were stuck using SCCS and needed something SCCS-compatible for your Linux boxes. If you're not absolutely stuck with it, then consider SCCS deprecated and get something better.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.