From: Francesco M. <f18...@ya...> - 2005-08-05 09:36:09
|
Hi, Jorgen Bodde wrote: > Sorry for beign so late with uploading my component, it appears CVS on > the command line is a royal pain. I need to do every dir seperately (I > forgot how painful it was). argh ! this is very annoying ! > I still need to know how to stop CVS (in cygwin) for constantly asking > my CVS password. It is quite annoying if all files need to be added > seperately and all CVS operations (even update) require a password. > > John, do you know how I can tell CVS on cygwin that it should remember > the password (at least in the bash session?) Since cygwin is like unix, I think that if you download the openssh package you can use the istructions at: http://sourceforge.net/docman/display_doc.php?docid=761&group_id=1#keygenopenssh to avoid to enter the password all the times. Another tip for anyone else having problems with wxCode CVS: I created a new special release in the https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=114273 page which contains the CVS repository of wxCode (updated to few minutes ago) along with a script which allows you to use that CVS repository in write mode. Francesco > > John Labenski wrote: > >> On 7/27/05, Jorgen Bodde <sol...@xs...> wrote: >> >>>>>> also I see that the following components have no source or header >>>>>> files >>>>>> in the CVS, just a "website" folder: >>>>>> >>>>>> treemultictrl -- this was just added two weeks ago IIRC >>> >>> >>> I am having problems with the stupid CVS interface of SF.net. I had a >>> previous project (multiple even like wxCRP) and I have never had as many >>> checkout problems as I have now. Basically all that happens is; >>> >>> I check out, files are created >>> Then WinCVS / TCVS hangs. Nothing happens anymore for hours >> >> >> >> I used to use WinCVS, but had similiar problems. Sometimes I found >> that just deleting the CVS directory and starting over would work. If >> you didn't properly log into the CVS WinCVS seemed to mess up the /CVS >> dirs making it impossible to update. It's pretty light on giving >> usable error messages (as is CVS) so it was hard to debug. Also there >> was always the confusion as to what repository WinCVS was set to use, >> which IIRC setting this seemed a little obtuse, but I don't remember >> it too well anymore. >> >> I switched to using cygwin instead and haven't looked back. You then >> use $cvs on the command line just like in linux and it works great. >> You have to mount your c:\ (or whatever drive you use) in DOS mode so >> that all files read/written will use CRLF instead of just LFs. >> I created a dir "/mnt/c" and then ran $mount -t -f "c:/" "/mnt/c" >> Now the c:\ drive is mounted every time you start cygwin as /mnt/c and >> if you go there all the files have DOS line endings and when you >> commit they are properly converted back to just LF for the CVS >> repository. >> >> I use this, instead of ssh since I haven't had time to understand it. >> I have to incessantly enter my password, but it ok for now. >> cvs -z3 -d:ext:jr...@cv...:/cvsroot/wxcode co ... >> >> Hope this helps, John Labenski >> >> ps. If you figure it out and think that something needs to be added or >> clarified on this page http://wxcode.sourceforge.net/mantguide.php >> could you write back. >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opÌk >> _______________________________________________ >> wxCode-users mailing list >> wxC...@li... >> https://lists.sourceforge.net/lists/listinfo/wxcode-users >> >> >> > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |