info-cvs
[Top][All Lists]
Advanced

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

Re: RCS Locked files


From: Greg A. Woods
Subject: Re: RCS Locked files
Date: Fri, 17 May 2002 13:04:04 -0400 (EDT)

[ On Friday, May 17, 2002 at 11:38:08 (-0400), Miller Sally S NPRI wrote: ]
> Subject: RCS Locked files
>
> 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. I know I need to do a
> %cvs admin -u1.1 filename to unlock the files
> 
> How do I  find all the locked file?

        find $CVSROOT -name '*,v' -print0 | xargs -0 rlog -L -R

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

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