Monica Li writes: > > We installed CVS in Linux and WinCvs120 in Window. I login as different end > users to checkout or commit files. First I login as user1, then I login as > user2, don't remember I logout user1 and user2 or not. I login as user1 > again, wincvs still think I'm user2. Is anybody knows why?
Logging in doesn't do anything but remember the password that goes along with the current CVSROOT. When you check out a working directory, CVS remembers the CVSROOT you use (in CVS/Root) and uses it for all subsequent operations in that directory rather than whatever the default CVSROOT is. That makes life much simpler for people who work with multiple repositories since they don't have to keep switching their CVSROOT around while they work. -Larry Jones What a stupid world. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
