help-rcs
[Top][All Lists]
Advanced

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

list locked files (was Re: File locked


From: Aaron S. Hawley
Subject: list locked files (was Re: File locked
Date: Tue, 29 Apr 2003 09:58:10 -0400 (EDT)

i have a shell script called rcstell

--START--
#!/usr/bin/sh

## rcstell
# lists all files that are checked out (locked)
#

find . -type f -name '*,v' -exec rlog -L -R {} \; |\
 sed 's/,v$//' | sed 's/RCS\///'
--END--

the key point being `rlog -L`

On Tue, 29 Apr 2003, sharon Stanfill wrote:

> Speaking of users leaving...is there a quick and easy way to check for what
> someone has checked out ? Then you can possibly avoid such problems.
> CVS has a command that does this, but I'm not familiar enough with RCS
> to know if it does as well.




reply via email to

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