Introduction: After switching the Subversion server address, there was an issue that failed to correctly commit the code Org.apache.subversion.javahl.ClientException:svn:E200007:Commit failed ( Details follow), how to solve it?
1. Background information
The server address of subversion was switched on the machine due to the project needs, but there were errors that could not be committed when the code was submitted on the new Subversion server address.
2. Analysis of error messages
Specific error message:
Org.apache.subversion.javahl.ClientException:svn:E200007:Commit failed (Details follow): Svn:E200007:CHECKOUT can Only being performed on a version resource [at the Time].svn:e175002:checkout request failed on '/svn/bsettle/!svn/rvr/3/c Ode/bsettle/src/main/java/com/bsettle/basic/controller/basicdatacontroller.java ' Org.apache.subversion.javahl.ClientException:svn:E200007:Commit failed (Details follow): Svn:E200007:CHECKOUT can Only being performed on a version resource [at the Time].svn:e175002:checkout request failed on '/svn/bsettle/!svn/rvr/3/c Ode/bsettle/src/main/java/com/bsettle/basic/controller/basicdatacontroller.java '
Error message that appears in eclipse:
Based on the error message above, it is known that the information cannot be submitted to the destination server because Checkoutcan only is performed on a version resource[at this time].
First of all, the problem is caused by the client of subversion itself, and eclipse itself has no problem, before it is working properly.
That can only be caused by switching Subversion server problems, cannot commit, is not due to the cache in the local permissions or address information mismatch caused it?
3. Resolution of the problem
Then clear the local cache, right-click on the item-team-> Referesh/clearup [refresh/clear].
Haha, and then the code can be successfully submitted, the original problem is the different SVN server address local cache caused by the problem.
4. Summary
Bold assumptions, exclusion analysis, reasoning and argumentation, problem solving.
Org.apache.subversion.javahl.ClientException:svn:E200007:Commit failed exception resolution in Subversion code submission