May 30, 2011

Define CVS.

CVS is Concurrent Versioning System which is a version control system, where the history of sources files can be recorded.

The main advantages of CVS are,

• You can save each file of every version.

• After modifications in source, if u detect a bug, you can easily retrieve the old version to check which change caused that bug.

• CVS can be used to merge the work done by all the developers.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.