|
From: Darren D. <da...@da...> - 2005-01-04 11:09:39
|
Is anyone else having trouble committing to CVS from Eclipse? I consiste= ntly get IO errors waiting for confirmations. The commits always seem to succ= eed but it leaves me with a false conflict in the eclipse workspace on every = file in the previous commit. It's happenning to me on 2 different boxes, one running eclipse 3.0.1 on Linux and one running WSAD 5.1.2 on Windoze. Annoying. (Happy New Year all) --=20 Darren Davison Public Key: #DD356B0D |
|
From: Juergen H. <ju...@in...> - 2005-01-04 11:26:17
|
Odd... Rod mentioned something similar recently. I can just repeat what I said to him: Everything works nicely for me in IntelliJ IDEA. I haven't had any problems with SourceForge CVS in the past 6 months or so. Of course CVS operations often take a while, but I always get clean results on first attempt. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Darren Davison Sent: Tuesday, January 04, 2005 12:09 PM To: spr...@li... Subject: [Springframework-developer] CVS commits from Eclipse Is anyone else having trouble committing to CVS from Eclipse? I consistently get IO errors waiting for confirmations. The commits always seem to succeed but it leaves me with a false conflict in the eclipse workspace on every file in the previous commit. It's happenning to me on 2 different boxes, one running eclipse 3.0.1 on Linux and one running WSAD 5.1.2 on Windoze. Annoying. (Happy New Year all) -- Darren Davison Public Key: #DD356B0D ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2005-01-04 15:35:43
|
I get the exact same behaviour with Eclipse 3.1M4, and I do remember getting it with 3.0.1 as well. It's indeed quite annoying, and happens inconsistently. It will happen a lot of the time, but not all the time. As you mention, the commits always in fact work, but Eclipse just doesn't seem to be able to get the confirmation when the problem happens, and setting a longer timeout in Eclipse makes no difference... This is of course using SSH for accessing SourceForge. I do not get any similar errors when I use TortoiseCVS from Windows Ecplorer. I have not tried switching from Eclipse's buil-in SSH support to external (pointing to putty), but I might try that soon to see if it works better. Juergen Hoeller wrote: >Odd... Rod mentioned something similar recently. I can just repeat what I >said to him: Everything works nicely for me in IntelliJ IDEA. I haven't had >any problems with SourceForge CVS in the past 6 months or so. Of course CVS >operations often take a while, but I always get clean results on first >attempt. > >Juergen > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...]On Behalf >Of Darren Davison >Sent: Tuesday, January 04, 2005 12:09 PM >To: spr...@li... >Subject: [Springframework-developer] CVS commits from Eclipse > > > >Is anyone else having trouble committing to CVS from Eclipse? I >consistently >get IO errors waiting for confirmations. The commits always seem to succeed >but it leaves me with a false conflict in the eclipse workspace on every >file >in the previous commit. It's happenning to me on 2 different boxes, one >running eclipse 3.0.1 on Linux and one running WSAD 5.1.2 on Windoze. > >Annoying. > >(Happy New Year all) > >-- >Darren Davison >Public Key: #DD356B0D > > |
|
From: Darren D. <da...@da...> - 2005-01-04 16:27:26
|
On Tue, January 4, 2005 15:35, Colin Sampaleanu said: > I get the exact same behaviour with Eclipse 3.1M4, and I do remember > getting it with 3.0.1 as well. It's indeed quite annoying, and happens > inconsistently. It will happen a lot of the time, but not all the time. > As you mention, the commits always in fact work, but Eclipse just > doesn't seem to be able to get the confirmation when the problem > happens, and setting a longer timeout in Eclipse makes no difference... > > This is of course using SSH for accessing SourceForge. I do not get any > similar errors when I use TortoiseCVS from Windows Ecplorer. I have not > tried switching from Eclipse's buil-in SSH support to external (pointin= g > to putty), but I might try that soon to see if it works better. I played with the WSAD client settings here at work, increased timeout to= 300, increased compression to 9 (max) and reduced verbosity to 'somewhat quiet= '.=20 The last twice I committed stuff it was very slow, but worked correctly. = I'll see if it helps on the Linux machine at home later.. Regards, --=20 Darren Davison Public Key: #DD356B0D |
|
From: Colin S. <col...@ex...> - 2005-01-04 17:44:49
|
Darren Davison wrote: >On Tue, January 4, 2005 15:35, Colin Sampaleanu said: > > >>I get the exact same behaviour with Eclipse 3.1M4, and I do remember >>getting it with 3.0.1 as well. It's indeed quite annoying, and happens >>inconsistently. It will happen a lot of the time, but not all the time. >>As you mention, the commits always in fact work, but Eclipse just >>doesn't seem to be able to get the confirmation when the problem >>happens, and setting a longer timeout in Eclipse makes no difference... >> >>This is of course using SSH for accessing SourceForge. I do not get any >>similar errors when I use TortoiseCVS from Windows Ecplorer. I have not >>tried switching from Eclipse's buil-in SSH support to external (pointing >>to putty), but I might try that soon to see if it works better. >> >> > >I played with the WSAD client settings here at work, increased timeout to 300, >increased compression to 9 (max) and reduced verbosity to 'somewhat quiet'. >The last twice I committed stuff it was very slow, but worked correctly. I'll >see if it helps on the Linux machine at home later.. > >Regards, > > I should add that even in Tortoise, SF seems to be having some sort of issues with very very slow updates, for me at least. If I do a fresh checkout, things are very quick. But if I have modified files, it slows down incredibly. It seems like trying to do deltas is super slow. Colin |
|
From: Matt S. <sga...@us...> - 2005-01-04 11:32:59
|
I don't have any problems with CVS commits from Eclipse to SourceForge for the Morph project, and I also don't have any problems receiving CVS files for Spring (I don't commit to Spring, so I of course don't know if commits to Spring are working :) I'm running Eclipse 3.0 (or maybe 3.0.1) on Win XP. Matt Darren Davison wrote: > Is anyone else having trouble committing to CVS from Eclipse? I consistently > get IO errors waiting for confirmations. The commits always seem to succeed > but it leaves me with a false conflict in the eclipse workspace on every file > in the previous commit. It's happenning to me on 2 different boxes, one > running eclipse 3.0.1 on Linux and one running WSAD 5.1.2 on Windoze. > > Annoying. > > (Happy New Year all) > |
|
From: Bernardinus <bbe...@gm...> - 2005-01-05 00:22:41
|
Don't know if this of any helps .... I was having trouble checking out Spring CVS for the last few days, and as it turned out somehow the struts.jar in lib\struts dir got tangled. Removing the jar and re-checking out work just fine. I am using WinCvs client on Winsows XP machine. ----- Original Message ----- From: "Darren Davison" <da...@da...> To: <spr...@li...> Sent: Tuesday, January 04, 2005 6:09 PM Subject: [Springframework-developer] CVS commits from Eclipse Is anyone else having trouble committing to CVS from Eclipse? I consistently get IO errors waiting for confirmations. The commits always seem to succeed but it leaves me with a false conflict in the eclipse workspace on every file in the previous commit. It's happenning to me on 2 different boxes, one running eclipse 3.0.1 on Linux and one running WSAD 5.1.2 on Windoze. Annoying. (Happy New Year all) -- Darren Davison Public Key: #DD356B0D ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |