help-rcs
[Top][All Lists]
Advanced

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

Re: RCS locks report


From: Aaron S. Hawley
Subject: Re: RCS locks report
Date: Fri, 18 Jan 2008 11:03:43 -0500

Totally.  I used to use a shell script that would use the 'rlog' command.

$ find . -type f -name '*,v' -exec rlog -L -R {} \;

Emacs can do this pretty easily in VC Dired mode I think.  Yeah it can,

<http://www.gnu.org/software/emacs/manual/html_node/emacs/VC-Dired-Commands.html>

/a

On Jan 17, 2008 10:02 AM, Humphrey Chuck 403
<address@hidden> wrote:
>
>
>
> We recently converted from using SCCS to RCS for source control.
>
> Since SCCS creates a p.filename when a file is locked, we were able to
> easily identify all files which were currently locked and by who by using a
> Unix find command from the SCCS root directory such as "ll `find . -name
> p.*`"
>
> Under RCS this is not possible because the lock status is internal to the
> revision file.  Is there a script available that can do something similar?
>
> Thanks,
> Chuck Humphrey
> Oracle DBA




reply via email to

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