--- In [email protected], Saifi Khan <[EMAIL PROTECTED]> wrote: > > On Tue, 4 Sep 2007, uma wrote: > > > > > May be this is equivalent to .svn folder created when checkout from svn. > > '.svn' folder contains revision history and passwords. > > But, whats the need in creation .cvspass externally, It should be done > > automatically while checkout. Isn't it? > > If its to store such data for future purpose, it should be created > > automatically. > > Saifi, isn't it a bug? > > > > > > Thanks & Regards, > > Umamaheswara Rao Lankoti > > > > Hi Uma: > > Yes, you are right .cvspass file must get created automatically ! > Not sure about the bug though, haven't looked at CVS too closely. > > thanks > Saifi. > Hi,
As far as I know, .cvspass is not project specific, it is the default username and password that cvs would use, when a particular project is checked out with a certain username and password from a particular cvs server that information is stored with in the checkout so that further commands you run from the checked out version would ideally use that information. I have not played around with CVS enough to tell whether how it would behave when the information in .cvspass and the checked out version is different. Hope that helps Srinivas

