Hello Rob,

Monday, July 1, 2002, 9:08:23 PM, you wrote:

RM> Hey all,

RM> I'm trying to test the security setup (thanks Tony Hoyle for pointing out the
RM> readers file) and have been a bit frustrated.

RM> The CVSROOT used to login seems to be saved someplace... and not cleared after a
RM> logoff. After logoff I change the CVSROOT and cvs login again... but the old
RM> CVSROOT stays in effect. For example:

RM> set CVSROOT=:pserver:[EMAIL PROTECTED]:/project1
RM> cvs login
RM> ==passwordhere==
RM> cvs logout
RM> set CVSROOT:pserver:[EMAIL PROTECTED]:/project1
RM> cvs login
RM> <=== promped using the first CVSROOT settings ===>


CVSROOT is saved in the CVS/Root file for each directory. This is the
way cvs is designed and it makes sense for me.
This way it is possible to have several subdirs (modules) from
different repositories and issue an update/etc. in one single run.

Why do you want to checkout your sandbox using account A and commit
changes using account B ??? I see no sense.



--
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to