Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 1996 17:55:20 -0500 (EST)
From:      Sujal Patel <smpatel@wam.umd.edu>
To:        Chuck Robey <chuckr@Glue.umd.edu>
Cc:        FreeBSD Questions <FreeBSD-Questions@freebsd.org>
Subject:   Re: rcs/cvs
Message-ID:  <Pine.BSF.3.91.960113175159.186A-100000@localhost>
In-Reply-To: <Pine.SUN.3.91.960113125401.1884A-100000@cappuccino.eng.umd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 Jan 1996, Chuck Robey wrote:

> Could anyone out there who's used rcs/cvs for version control please give 
> me any pointers they might have for likely things to read to help me 

The most important commands for RCS are (You can look at the man page for 
each command for more info):

co -l (check out and lock)
co -u (check out a read-only copy)
ci -l (check in, but keep lock)
ci -u (check in and unlock)
rlog (look at revision history)
rcs -u (break lock)


CVS is a bit more complex.  There is a lot of good information at:

http://www.loria.fr/~molli/cvs-index.html



Sujal




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960113175159.186A-100000>