re:re:cvs administration

2005-02-15 Thread Frank Zhu



Thanks for help 
me.
I still have 
questions, if anyone can help , i'd much appreciated.
 
1. How to setup 
SSH protocol between client and server.
 
I don't worry 
about cvs remove command anymore. however, here comes another 
question,
To enable SSH 
between client and server.  I add a group of users in linux 7.3 so that 
each user can ssh to linux machine and have a write access to /home/cvs. I am 
afraid that this will allow user to go directly to the repository and change 
files , which Jim talked about.  
Any idea how to 
setup SSH?
 
2. the 
contrib/cvs_acls seems difficult to understand. Is there any resource talk about 
it?
 
Thanks!
 
 
=======
Frank Zhu wrote:> My CVS system is using 
linux cvs server and wincvs client,>  > How can configure to 
let cvs> 1  only allow administrator remove files in repository, 
other > use can't? The purpose is to keep code safe.Don't worry about 
it. 'cvs remove' doesn't actually delete anything fromyour repository. Users 
can never permanently remove anything as long as theygo through the CVS 
interface (if they have direct access to the repositoryvia telnet or mounted 
drives, that's a completely different matter).
 
Having to go to the administrators each time I 
want to 'cvs remove' a filewould be rather annoying.
 
If you *still* feel you need to prevent users 
from removing files, then havea look at the contrib/cvs_acls script - it 
*might* do this, I don't know.
 
> 2  only allow administrator to check 
into trunk, other user > can only create branch and check in at 
branch?> The purpose is to keep trunk clean.I'm pretty sure the 
contrib/cvs_acls script will do this. I haven't used it,so I'm afraid I 
can't give you details on how to configure it.
 
-- Jim Hyslop
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


cvs administration questions

2005-02-15 Thread Frank Zhu



My CVS system is 
using linux cvs server and wincvs client,
 
How can configure 
to let cvs
1  only 
allow administrator remove files in repository, other use can't? The purpose is 
to keep code safe.
 
2  only 
allow administrator to check into trunk, other user can only create branch and 
check in at branch?
The purpose is to 
keep trunk clean.
 
thanks!
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


how to rollback

2005-02-02 Thread Frank Zhu



If I commit a change 
that include multiple files, but later need rollback this commit. How can do 
that provided I have a labeled the repository before commit?
 
Thanks a 
lot!
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs