info-cvs
[Top][All Lists]
Advanced

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

RE: branch-level permissions


From: Jerry Nairn
Subject: RE: branch-level permissions
Date: Wed, 17 Oct 2001 12:46:18 -0700

> From: Steve Baker [mailto:address@hidden
> Sent: Wednesday, October 17, 2001 11:59 AM

> Thanks for the suggestion. I should have mentioned, however, 
> that I need to 
> do this on a remote server (accessed through pserver) and the branch 
> information is not available through 'cvs -n stat'. It's also 

Yes, it is.
In local mode, the commands in commitinfo have direct access to your
"sandbox." In client/server mode, copies of the files being committed are
put in a "sandbox" in /tmp on the server. A commitinfo command can use
either:
cvs -n stat filename
or
cvs -n log -N -h filename
to find out if the file is on a branch in either case.
This exact thread came through this list last week, with the exact same
answer. If you're still confused, spend a few minutes looking at the
archives.
Jerry



reply via email to

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