Eclipse hangs on SVN commit

Posted by Steve on November 20th, 2009

eclipseIf you have a big project you try to check in to a subversion repository, eclipse can get part of the way through and then just hang. The only solution is to end task (or force quit on OSX).

But there is a solution!

This one eluded me (and google) for some time, but I am pleased to say that with the help of the Eclipse mailing list I have found the answer.

Open up the Eclipse preferences, choose Team -> SVN -> Console and uncheck the box that says ‘Limit Console Output’. With this option checked it seems that once Eclipse reaches the limit of the console output, it just freezes. I’m now able to check in a project with a lot of files and it’s all working excellently.

Post to Twitter Post to Digg Post to Facebook Post to StumbleUpon

Related posts:

  1. Eclipse Line Numbers Not Scrolling On OSX

Tags: , , ,

3 Responses to “Eclipse hangs on SVN commit”

  1. Hey that’s nice, trying this fix now!

  2. This workaround worked for me, thanks a bunch!

  3. [...] So, I added the Zend library to one of my project, wanted the auto complete and what not. Now I’m using Eclipse to commit the huge Zend library and everything crashed. What do I do? Try it one more time, same result. I googled and found a solution. [...]

Leave a Reply