From: <did...@op...> - 2005-07-27 23:43:46
|
> 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 also had problems with WinCvs one time, and only on one repository. After long time searching, I only found the solution to use ssh protocol instead of :pserver: And some time after, I saw that the problem was my internet provider: when I used Cvs via my telephone line (RTC) I got no problem, with ADSL I could'nt checkout properly: it worked for some files, and then it waited, the it hangs. The pserver protocol seemed to be partialy blocked by the internet provider. Didier |
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 |
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 > |
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 |
From: Francesco M. <f18...@ya...> - 2005-07-28 13:45:21
|
Hi, > By the way, is it possible to have more then one maintainer for the code? for CVS access, there's no problem; John or Otto should just add a new entry in the AVAIL file... also SF release system will work with multiple maintainers. however wxCode database currently allows only a single registered maintainer for each component... however, it could be useful to register multiple maintainers. However, it would require various work - we would need to change the "maintainerid" field from INT to SET, I think. Another solution could be to add another column: "maintainer2id" for a second maintainer (which should be enough). However, I'll not be able to implement this feature until I return back from my holidays ;-) 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 > |
From: John L. <jla...@gm...> - 2005-07-28 15:12:33
|
On 7/28/05, Jorgen Bodde <sol...@xs...> wrote: > John, thanks for your insight. I never thought about the cygwin solution > and that when I used it lots in the old days ;-) It's really nice these days, I don't know what I'd do on windows without it. :) If you're interested I use icewm-1.2.15-1.tar.bz2 (which is now gone from the web) as a window manager since it's small and unobtrusive, I could make it available to you. > I am really curious what this issue is. Your corrupted CVS store makes > sense, however I always deleted the old data completely before > re-attemtping. Can you download anything from wxCode's CVS? If so then maybe you should look at the CVS/Root files to see if they're right. Compare them to your other SF projects. Mine contain :ext:jr...@cv...:/cvsroot/wxcode =20 > I can't wait to get this issue solved, because it has been some time now > that wxTreeMultiCtrl needs to be checked in. It's a shame that it doesn't work, please keep us updated. > By the way, is it possible to have more then one maintainer for the code? Sure, just write back with who you'd like to add. Regards, John Labenski |
From: Jorgen B. <sol...@xs...> - 2005-07-28 20:31:34
|
Hi John, I am currently trying CVS in cygwin. I wanted to tell you that the mount=20 option is not needed, you can do /cygdrive/C for the C drive. Here is a=20 dump; Jorg@solidtop / $ cd /cygdrive/C Jorg@solidtop /cygdrive/C $ ls ATI Images Perl lexxml.c= pp AUTOEXEC.BAT Intel Program Files lexxml.h Just a tip :-) Thanks again! - 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 >>>>> =20 >>>>> >>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 >> > >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=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. > >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,=20 > 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_id=16492&op=CCk >_______________________________________________ >wxCode-users mailing list >wxC...@li... >https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > > > =20 > |
From: John L. <jla...@gm...> - 2005-07-28 20:48:10
|
On 7/28/05, Jorgen Bodde <sol...@xs...> wrote: > I am currently trying CVS in cygwin. I wanted to tell you that the mount > option is not needed, you can do /cygdrive/C for the C drive. Here is a > dump; I think you need the mount -t option though, from $man mount=20 "-t, --text text files get \r\n line endings" If you don't mount the drive w/ -t I found that if you use "Windows" editors on files you checkout from cvs it'll add /r/n to your docs and when you commit them you'll get a little of both, which is annoying. It's better to just have it be DOS in windows and unix otherwise. You can still view the files as is, untranslated as you say above. Regards, John Labenski |