Re: [Boa Constr] Set CVSROOT permanently for a project?
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-07-12 03:52:13
|
Hi Patrick, "Patrick K. O'Brien" wrote: > > I should have been more specific. I was thinking of the login process. I was > thinking it would be nice if I could just select the boa folder, right > click, Login and boa would know the CVSROOT to login to. I was thinking that > maybe it could look for a magic file in the current folder, something like > __cvsroot__.py that would have the repository info. There is such a file, it's called .cvspass and it works well! I think the main point which confuses you is the login process. When you login to a repository, only the CVSROOT and the password is stored in the .cvspass file, no actual communication takes place to the server. Same with Logout, it only removes the entry from .cvspass. Just don't log out! > > Every time I open Boa and do a CVS Login I have to go get the big CVSROOT > string out of a text file I created and paste it into the dialog. Does that > make sense or am I doing something wrong? Do you actually key in the CVSROOT > each time you log in? No, as explained above. I'm permanently "logged in" to about 20 servers. I access the Boa repository over SSH but it's transparent to Boa. > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > -----Original Message----- > From: Riaan Booysen [mailto:riaan@e.co.za] > Sent: Wednesday, July 11, 2001 10:11 AM > To: po...@or... > Cc: Boa Constructor Users > Subject: Re: [Boa Constr] Set CVSROOT permanently for a project? > > Hi Patrick, > > "Patrick K. O'Brien" wrote: > > > > Is there a way to get Boa to remember the CVSROOT for each project, so I > > don't have to set it each time? > > This is not necessary. > > The CVSROOT is now only needed once, when you login. > Checkout now has a list of logged in servers to choose from. > > When you are working in a checked out copy CVS automatically knows > which CVSROOT you are working in and you don't have to specify it. > > > > > --- > > Patrick K. O'Brien > > Orbtech > > "I am, therefore I think." > > > > _______________________________________________ > > Boa-constructor-users mailing list > > Boa...@li... > > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > -- > Riaan Booysen > ___________________________________________________ > Boa Constructor - RAD GUI building IDE for wxPython > http://boa-constructor.sourceforge.net > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |