I get answer... I was using a deprecated method of doList. I correct method invocation and all going ok.
Thx. Litio wrote: > > Hi Alexander, I'm doing some test with svnkit-1.7.0-alpha1, and get this > error: > > Caused by: org.tmatesoft.svn.core.SVNException: svn: E155021: The path > 'C:\java\wrk\admwebapds' appears to be part of a Subversion 1.7 or greater > working copy. Please upgrade your Subversion client to use this working > copy. > at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) > at > org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.checkWC(SVNAdminAreaFactory.java:121) > at > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probe(SVNWCAccess.java:805) > at > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:299) > at > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:295) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.deriveLocation(SVNBasicDelegate.java:980) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getURL(SVNBasicDelegate.java:969) > at > org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:517) > at > org.tmatesoft.svn.core.internal.wc16.SVNLogClient16.doList(SVNLogClient16.java:1208) > at > org.tmatesoft.svn.core.internal.wc16.SVNLogClient16.doList(SVNLogClient16.java:1243) > at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:1226) > > > > AlexanderKitaev wrote: >> >> Hello Nick, >> >> Looks like we underestimated efforts needed to support all Subversion >> features for the new working copy format. Current estimation for the >> stable version is end of January 2012. >> >> We work hard on the new version and yesterday we've published >> 1.7.0-alpha1 version of SVNKit which support most, but not all >> Subversion operations on the new working copy format. Things missing >> in this alpha1 versions are: >> >> - merge, mergeinfo, cleanup, resolve and resolved operations on the >> new working copy format. >> - new JavaHL API implementation. >> >> All of the above will be added till the end of December and then we'll >> concentrate on bugfixing and performance improvements. >> >> Alexander Kitaev, >> TMate Software, >> http://subgit.com/ - Svn to Git Migration! >> http://svnkit.com/ - Java [Sub]Versioning Library! >> http://hg4j.com/ - Java Mercurial Library! >> http://sqljet.com/ - Java SQLite Library! >> >> >> >> On 5 December 2011 09:25, NickDeGraeve <[email protected]> wrote: >>> >>> When do you expect to release SVNKit? On the website it says "we plan to >>> release it end of November 2011". >>> -- >>> View this message in context: >>> http://old.nabble.com/ETA-SVNKit-1.7.0--tp32915534p32915534.html >>> Sent from the SVNKit - Users mailing list archive at Nabble.com. >>> >>> >> >> >> > > -- View this message in context: http://old.nabble.com/ETA-SVNKit-1.7.0--tp32915534p33042049.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
