Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: John Robinson
in a windows world, is CVS like Visual SourceSafe?
86 posted on 06/19/2002 11:47:59 AM PDT by smith288
[ Post Reply | Private Reply | To 84 | View Replies ]


To: smith288
I don't know anything about Visual SourceSafe. The title does sound as if they are similar products.

CVS allows developers to "check out" a copy of a project, the developer makes changes to the project, and then "commits" those changes to the repository. If a second developer commits changes inbetween the first developer's checkout/commit, the first developers changes would be merged into the repository (unless there is a conflict which must be resolved first.)

CVS allows for project branching. A project can have any number of branches. For instance, each public release would be a branch of the same source tree. The development branch would be another. At any time, a developer could checkout any branch (say for bugfixing) and commit that branch back into the repository at the appropriate place. A developer can view all the differences between two branches, which makes porting fixes very easy.

CVS rocks my world. I wish I had looked at it earlier.

87 posted on 06/19/2002 12:01:29 PM PDT by John Robinson
[ Post Reply | Private Reply | To 86 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson