info-cvs
[Top][All Lists]
Advanced

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

Re: RCS Locked files


From: Eric Siegerman
Subject: Re: RCS Locked files
Date: Fri, 17 May 2002 13:01:27 -0400
User-agent: Mutt/1.2.5i

On Fri, May 17, 2002 at 11:38:08AM -0400, Miller Sally S NPRI wrote:
> I am transitioning a team from RCS to CVS.
> in some cases they just copied the ,v files to the repository. Which is fine 
> except when the files are locked.
> 
> How do I  find all the locked file?

find $CVSROOT -name "*,v" -print | xargs rlog -L
(you might also find rlog's -R, -h, and/or -l options useful)

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
Anyone who swims with the current will reach the big music steamship;
whoever swims against the current will perhaps reach the source.
        - Paul Schneider-Esleben



reply via email to

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