info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QUAR]Re: CVS, RCS, System Files


From: Pierre Asselin
Subject: Re: [QUAR]Re: CVS, RCS, System Files
Date: Wed, 8 Dec 2004 01:09:34 +0000 (UTC)
User-agent: tin/1.6.1-20030810 ("Mingulay") (UNIX) (NetBSD/2.0_RC4 (i386))

Larry Jones <address@hidden> wrote:
> Pierre Asselin writes:
> > 
> > Yes, it is routine.  You can even use RCS and CVS at the same time
> > on the same project, they will mostly ignore one another.

> That's not quite true.  It's perfectly safe to use both to *read* files,
> but you can lose changes if you use both to update the same file at the
> same time because they don't use the same locking mechanism.

Good grief, not like that !  I mean using RCS in a sandbox, behind
CVS' back.
    sandbox> mkdir RCS
    sandbox> ci -l sandboxfile
    sandbox> cvs update sandboxfile
    sandbox> ci -l sandboxfile
    sandbox> cvs commit sandboxfile
stuff like that.  It never occurred to me to run RCS commands on
$CVSROOT/path/sandboxfile,v because my $CVSROOT is usually remote.

Using RCS that way is a little like creating a private branch in CVS,
but more lightweight --and less organized.  I do that when I am making
intricate changes, I want the option to backtrack, and I don't want
to commit broken code to CVS.

-- 
pa at panix dot com


reply via email to

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