From: Jorgen B. <sol...@xs...> - 2005-07-28 08:29:36
|
John, thanks for your insight. I never thought about the cygwin solution=20 and that when I used it lots in the old days ;-) I am really curious what this issue is. Your corrupted CVS store makes=20 sense, however I always deleted the old data completely before=20 re-attemtping. I can't wait to get this issue solved, because it has been some time now=20 that wxTreeMultiCtrl needs to be checked in. By the way, is it possible to have more then one maintainer for the code? - 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 |