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
<[EMAIL PROTECTED]> 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