LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what is CVS? (https://www.linuxquestions.org/questions/linux-software-2/what-is-cvs-168763/)

varala_kanth 04-11-2004 09:25 AM

what is CVS?
 
hello friends,

iam new bie to the opensource techlonology

when ever i am downloading any opensource product soure code

in that directory we are having CVS ? (Conncurrent versioning server)

what is that ? what for it used?

i found four file s in that

entries
entries.log
Repositroy
Root
Template

so please expalin this

leonscape 04-11-2004 10:04 AM

CVS is a program that helps multiple people work on the same code. You can checkout, update and commit back to a CVS server.

Checkout copies the current stuff from the server to your machine.
Update copies just the changes from the CVS server to your machine.
Commit takes any changes you've made and puts them on the server.

Its also remebers all the changes that have been made, who made them and why. So if anything goes wrong, or someone makes a bad commit you can roll back the changes. Also you can get a version of any file, from any point at time.

Its a very convient way for people to collabarate across the internet, without worrying about whos changing what all the time. Besides CVS, theres also BitKeeper, Subversion and others. They all do the same basic job.

The directories are there to help coordinate CVS.


All times are GMT -5. The time now is 04:39 AM.