Hello, SVNKit 1.7.0 is under developement and not all of the operations are implemented yet. This particular one you're using (doGetWorkingCopyId) is not yet implemented.
> which is strange because they automated build system seems to be working > fine - any ideas? What is your classpath and what JDK do you use for compilation? Does running ./gradlew build -x test work for you? Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 27 October 2011 11:22, r1chl <[email protected]> wrote: > > I've downloaded the 1.7 snapshot jar and am attempting to use it with a v1.7 > working copy but doing a simple version check with: > > SVNClientManager.newInstance().getWCClient().doGetWorkingCopyID(inputFolder, > null); > > always returns "exported". Do I need to change my code to deal with v1.7 > working copies? I've had a look around but I can't find any information > relating to using SVNKit with v1.7 working copies. I also pulled down the > source to try the latest trunk build but I'm getting some build errors: > > D:\java\svnkit\trunk\svnkit\src\main\java\org\tmatesoft\svn\core\internal\db\SVNSqlJetDeleteStatement.java:30: > incomparable types: > org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSchema and > java.lang.Enum<capture#661 of ?> > if (SVNWCDbSchema.NODES == fromTable) { > ^ > D:\java\svnkit\trunk\svnkit\src\main\java\org\tmatesoft\svn\core\internal\db\SVNSqlJetInsertStatement.java:35: > incomparable types: > org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSchema and > java.lang.Enum<capture#541 of ?> > if (SVNWCDbSchema.NODES == tableName) { > ^ > D:\java\svnkit\trunk\svnkit\src\main\java\org\tmatesoft\svn\core\internal\db\SVNSqlJetUpdateStatement.java:35: > incomparable types: > org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSchema and > java.lang.Enum<capture#272 of ?> > if (SVNWCDbSchema.NODES == fromTable) { > ^ > > which is strange because they automated build system seems to be working > fine - any ideas? > > Thanks, > Rich. > > -- > View this message in context: > http://old.nabble.com/Using-SVNKit-with-an-SVN-v1.7-working-copy-tp32730043p32730043.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
