Saturday, March 28, 2009

CVS-Concurrent Versions System


What is CVS?

Concurrent Versions System, an open-source. network-transparent program that allows developers to keep track of different development versions of source code. CVS does not maintain multiple versions of source code files but keeps a single copy and records of all of the changes that are made. When a developer wants a particular development version of a file, CVS will reconstruct that version based on its records.

 


Practical CVS Tutorial

http://www.cs.utk.edu/~gelas/CONTRIB/tutorial-cvs.pdf

 

The purpose of this tutorial is to provide practical examples of how to use CVS during a typical source development cycle.

 

 Maximizing Your use of CVS

http://www.lodestar2.com/people/dyork/talks/2001/ols/noframes/toc.html

 

 

Learn CVS

http://www.w3reference.com/cvs.html

 

Eclipse and cvs- With screen shots

http://www.fsl.cs.sunysb.edu/~dquigley/cse219/index.php?it=eclipse&tt=cvs

This tutorial will show you how to setup a repository and connect to it through ssh via eclipse.

 

 

Concurrent Versions System

 

http://users.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/

 

 

What is CVS?

 

http://www.cs.utah.edu/dept/old/texinfo/cvs/cvs_2.html

 

 

CVS FAQ’s

http://www.cs.utah.edu/dept/old/texinfo/cvs/FAQ.txt

 

 

CVS With Eclipse IDE

http://www.eclipse.org/eclipse/platform-cvs/#ABOUT

 

 

CVS FAQ

http://wiki.eclipse.org/index.php/CVS_FAQ

 

 

CVS How To

http://www.akadia.com/services/cvs_howto.html

 

 

No comments:

Post a Comment