Groupware
Groupware
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- sparker0
it is a concurrent version system and source code database/tracking/tree system. it uses a client/server architecture to provide cvs users access to sourcecode to projects. users much 'check in and out' files so they can edit them...this makes a copy of the file (and the source tree) on their machine to preserve the integrity and quality of the source tree.
edited/modified files must be syncronized with the source tree - most of the time by a cvs admin.
it has been apart of unix/linux for a long, long time now.
i would say start looking around:
http://sourceforge.net
http://freshmeat.netfor projects...
:)