[5423] in Athena Bugs
vax 7.0F: rlog -lusername doesn't work
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Thu Jul 5 14:14:57 1990
To: bugs@ATHENA.MIT.EDU
Date: Thu, 05 Jul 90 14:14:43 EDT
From: Ezra Peisach <epeisach@ATHENA.MIT.EDU>
System name: medusa
Type and version: CVAXSTAR 7.0F (1 update(s) to same version)
Display type: SM
What were you trying to do?
Determine all files that are locked in an RCS directory by me:
The man page implies that it can be done. (see below). I have
tried:
rlog -L -l[epeisach] -h RCS/*,v
rlog -L -l[epeisach,] -h RCS/*,v
rlog -L -lepeisach -h RCS/*,v | more
rlog -L -lepeisach, -h RCS/*,v | more
rlog -L -l,epeisach -h RCS/*,v | more
rlog -L -l,epeisach, -h RCS/*,v | more
rlog -L -l epeisach -h RCS/*,v | more
rlog -L -l"epeisach" -h RCS/*,v | more
What's wrong:
All of them give all locked files, and not those locked by
me.
What should have happened:
I should have been able to geneate a list of files locked by
myself and not others.
Please describe any relevant documentation references:
rlog (1) states:
-l[lockers]
prints information about locked revisions. If the
comma-separated list lockers of login names is
given, only the revisions locked by the given
login names are printed. If the list is omitted,
all locked revisions are printed.