Date: 05 Jan 2004 13:22:20 -0500 From: Dan Pelleg <daniel+bsd@pelleg.org> To: freebsd-questions@freebsd.org Subject: Re: RCS Message-ID: <u2svfnq2r37.fsf@gs166.sp.cs.cmu.edu> In-Reply-To: <000801c3d3a7$c2d08330$6a01a8c0@tacstation> References: <000801c3d3a7$c2d08330$6a01a8c0@tacstation>
next in thread | previous in thread | raw e-mail | index | archive | help
"Shawn Guillemette" <shawn@guillemette.org> writes: > Once apon a time I worked for a company that had used somthing called "RCS" to protect files from being writen to by more then one user at the same time. > > > > Im now in a situation where that would become helpful. I have read the man pages on RCS and looked for documantation on the web including the FreeBSD diary site and wanted to post to you all to see if anyone had any links to some good documentation on this. Even how-to's would be great. > > Thanks > > Shawn Nowadays most people use CVS, which can be thought of as a wrapper to RCS (and actually was implemented this way at first IIRC). It does not have exclusive locking like RCS does, but for most scenarios this is not a problem. If the way it handles conflicts is acceptable to you, this would be a good resource to learn about it: http://cvsbook.red-bean.com/ -- Dan Pelleg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?u2svfnq2r37.fsf>