Hi!

I'm having problems opening repositories created by Subversion 1.7.9
(r1462340) with SVNKit 1.7.9:

  org.tmatesoft.svn.core.SVNException: svn: E180001: Unable to open an
ra_local session to URL
  svn: E180001: Unable to open repository 'file:///repo-path'
  svn: E160043: Expected FS format between '1' and '5'; found format '6'

I checked the current source code for SVNKit and I see that on
revision 9594 max DB_FORMAT was set to 6 (in March). I decided to use
1.7.10-SNAPSHOT version of SVNKit (built 2nd of May). However it throws the
same error. I inspected the JAR and I see that DB_FORMAT in FSFS.java still
is set to 5. Build properties file in the snapshot JAR says that the build
happened at r9731_v20130502_2103.

I don't get how can then be - I checked revision 9731, and DB_FORMAT there
is set to 6. Is it possible that the snapshot JAR is invalid?

I tried building the JAR myself, but I can't figure out how to build a POM
for it to push it to our maven repo. I'm not a Java developer by any means,
using SVNKit for Clojure project, so please excuse my arrogance.

Thanks for any help!

-- 
Best regards,
Dima Sabanin
http://twitter.com/dimasabanin

Reply via email to