From: Jorgen B. <sol...@xs...> - 2005-08-05 06:41:28
|
Sorry for beign so late with uploading my component, it appears CVS on=20 the command line is a royal pain. I need to do every dir seperately (I=20 forgot how painful it was). I still need to know how to stop CVS (in cygwin) for constantly asking=20 my CVS password. It is quite annoying if all files need to be added=20 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=20 the password (at least in the bash session?) Thanks, - Jorgen John Labenski wrote: > On 7/27/05, Jorgen Bodde <sol...@xs...> wrote: >=20 >>>>>also I see that the following components have no source or header fi= les >>>>>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 man= y >>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 >=20 >=20 > 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. >=20 > 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=20 > $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. >=20 > 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 ... >=20 > Hope this helps,=20 > John Labenski >=20 > 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. >=20 >=20 > ------------------------------------------------------- > 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_id=16492&op=CCk > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users >=20 >=20 >=20 |