> I suppose you could also use something like this:
> 
>     cvs -d host:/repository/path rlog module |\
>       egrep '^(RCS file|keyword substitution):' |\
>       sed -e 's/,v//' -e 's,/repository/path/,,'
> 
> and then look for 'keyword substituion: kb' and know that the RCS file
> given above is the one that is impacted.

Yes, this should work! Thanks!

Maarten


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to