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.