Walter,

Another alternative is to use CVSNT (free/GPL, runs on Linux, Unix,
Windows etc) which supports username free CVSROOT's.  Ie:

User 1:
$ cvs -d :pserver:host:/myrepo co
Password for [EMAIL PROTECTED]: ******

User 2:
$ cvs ci -m "test"
Password for [EMAIL PROTECTED]: *******


As far as I know this is a CVSNT specific feature.  This means that
several users can share a sandbox but the actual user who submits a
change get's their name recorded in the log/audit not the user who
checked out (or some random technical/common user).

Regards,


Arthur Barrett


_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to