Complete.Org: Mailing Lists: Archives: discussion: November 1998:
Re: [aclug-L] CVS question
Home

Re: [aclug-L] CVS question

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] CVS question
From: Bob Deep <bobd@xxxxxxxxxxxx>
Date: Fri, 13 Nov 1998 09:18:02 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

Jesse Kaufman wrote:
> 
> can someone explain to me what cvs is, how to use it, and what the point
> of it is? (in layman's terms, please...)

CVS is a development tool used to control and archive, for safe keeping,
various versions of files. It controlls how files get updated in the
archive, and provides tools to reterive the various versions of files. 
It also, saves disk space by not having to store a copy of each revision
of a file, but just the deltas (changes) made to the file.

CVS is usually used in software development shops to keep archives of
the source code, and control how multiple developers check in changes
they make to the source files.  CVS also allows a specific configuration
of a program to be reterived and built when needed.  CVS also allows for
multiple developers to modify the same file at the same time, then
forcing the changes to be merged back to gether when necessary.

Although usually used to archive ASCII files, CVS can also archive
Binary files... Though some of the features of CVS don't then apply.....

If you are going to use CVS... Get a copy of X-emacs too...  There is a
great interface to CVS in X-emacs, that makes checking in and out code
very easy, while providing support for merging any conflicts...  Well
worth the effort of downloading Xemacs.

-= Bob =-
---
This is the Air Capitol Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]