info-cvs
[Top][All Lists]
Advanced

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

RE: Q on mulitple users in same directory...


From: Arthur Barrett
Subject: RE: Q on mulitple users in same directory...
Date: Fri, 23 Jun 2006 08:11:33 +1000

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 address@hidden: ******

User 2:
$ cvs ci -m "test"
Password for address@hidden: *******


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




reply via email to

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