Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there an SCCS for Linux?

Status
Not open for further replies.

dszacik

MIS
Nov 8, 2004
23
US
We have a system we would like to port off of an HPUX box that uses SCCS, and am not finding a Linux version of SCCS. Any suggestions?
 
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
Steve

[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::perlDesignPatterns)[/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.






Steve

[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::perlDesignPatterns)[/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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top