The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120809

eclipse subclipse svn: Couldn't perform atomic initialization

i tried committing something to svn today from eclipse and got the following error:
svn: Couldn't perform atomic initialization

the only way i could temporarily get around this was to open the project folder in a terminal and run cleanup and then update:
me@mylaptop:~/workspace/myProject $ svn cleanup
me@mylaptop:~/workspace/myProject $ svn up

it's weird, but running "up" actually committed the files i previously tried to commit inside eclipse.

No comments:

Post a Comment