SVN problems: E155037 after several checkout
Answered
I'm having problems with SVN
IJ reports the following error every time I try an SVN operation i.e. diff, checkout, update, etc.
Error svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
When I modify a file, it results unchanged.
I made several checkouts to get a fresh copy of local SVN DB in different folders but the IJ t works only for a while: after an operation it ends to work.
Tortoise and Netbeans, instead, are working smoothly on the same folder.
I've tried to:
- cleanup, from IJ and from command line
- checkout projects from different servers
- change SVN configuration. Settings - Version control - Subversion - Use command line client checked (with svn command)/unchecked
- clear cache and restart
- delete .intellij folder
Config:
- svn, version 1.8.17
- Windows 10
- IntelliJ 2016.3.3 / IntelliJ IDEA 2016.3.4
- Build #IU-163.12024.16, built on January 31, 2017
- JRE: 1.8.0_112-release-408-b6 x86
- JVM: OpenJDK Server VM by JetBrains s.r.o
Does anyone have a solution to fix this problem?
Thanks in advance
Please sign in to leave a comment.
Maybe a previous operation is really not finished?
Are there svn processes running? If the Use command line client is enabled, every command IDE issues will unch a copy of svn process.
Thanks for your answer.
Error SVN E155037 might be caused by an SVN database corruption but after a checkout the db is recreated by SVN itself and it has no issues.
In this case I can get IJ working but after a checkout of a single file, it stop working again. Why?
I tried repeating checkout and commit with Use command line client disabled but I got the same error.
The only solution that I found is use Netbeans. SVN client works.
Ricardo,
Sorry, missed the reply. I created a ticket to troubleshot the svn problems in IDEA, if you are still interested.
Yes I'm still interested and I can help to troubleshoot the problem. I'm not the only user of IJ/Windows in our company and I can't understand why a fresh installation doesn't work.
I created a ticket and sent you some instructions. The request #870817.
Waiting for your reply.
The problem is not solved, I had no solution to fix it, only hypothesis.
I've tried to change the configuration of the project but nothing changed.
Another colleague is using IJ on windows 7, I copied the repository and project configuration but it didn't work.
I've no other time to waste
Just had the same problem, solved it by following https://www.jetbrains.com/help/idea/2016.3/cleaning-up-local-working-copy.html. It's a local problem.