Link to home
Start Free TrialLog in
Avatar of tamarai
tamarai

asked on

Visual SourceSafe equivalent tool for Linux

I need a tool that runs on Linux, to manage project source code the way MS Visual Sourcesafe does
eg
- perform exclusive file locking when editing code
- version management

I know that you can do this through emacs editor but something like Visual Sourcesafe wld be nice. How does everyone do it? My team consists of 10 programmers. We develop in C++ on KDE of Redhat Linux.
Avatar of kylar
kylar

Just out of curiosity, why is exclusive file locking necessary? I've used SourceSafe and CVS both, and found the CVS model to be superior in almost every case. Let the repository worry about versioning and merging the files.

Cheers,
Kylar
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
let me know if you need further help with SCCS/CSSC ..
Thanks for the grading.