Re: CVS, RCS, System Files

2004-12-11 Thread Lee Sau Dan
> "Pierre" == Pierre Asselin <[EMAIL PROTECTED]> writes: >> I would like to control the source code files for various >> projects using CVS, and control the system files, such as files >> in the /etc directory, using RCS. Pierre> I maintain my system files through RCS all the

Re: Editing author names in RCS files

2004-12-11 Thread Sylvain Beucler
On Tue, Dec 07, 2004 at 08:58:58AM -0800, Mark D. Baushke wrote: > The following hack to the CVS sources will probably do what you want. > > cvs log > before > cvs admin -guid65618=miles > cvs log > after > diff before after The command behaved perfectly :) I now 'only' have to find all

Too small permanent file space to co a project

2004-12-11 Thread Gerard Cats
I am looking for help on the following problem: I want to use cvs on a system where the disk allocation on $HOME is too small to check out a project. So I am forced to check out on scratch space. I do not want to edit my files there, because I may lose my work when scratch is cleaned. A possibil

cvs, ssh and multiple authors with a single unix user id

2004-12-11 Thread Christian Barmala
Hi, I have set up a cvs under ~cvsuser/cvsroot. Project members access the cvs via ssh and public key authentication. I added environment="LOGNAME=ProjectMember",environment="USER=ProjectMember" to ~cvsuser/.ssh/authorized_keys (see http://www.oreilly.com/catalog/sshtdg/chapter/ch08.html#65720) an