[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

JavaHL tests failing due to suggestMergeSources API changes

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Sep 2009 08:57:26 -0400

Paul, I am going to assume this one is for you as I believe you are
working on it.

It looks like anywhere we call the svn_client_suggest_merge_sources
API from JavaHL we get this error. When Java is running SVN API, the
current working directory is unlikely to be set to the working copy
folder. It looks like maybe somewhere it is making that assumption?
Note that the path mentioned is my trunk working copy, not the one for
the tests.

org.tigris.subversion.javahl.ClientException: The working copy needs
to be upgraded
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: traced call
svn: Working copy format of '/Users/mphippard/work/src-trunk' is too
old (10); please run 'svn upgrade'
svn: subversion/libsvn_client/mergeinfo.c:1672: (apr_err=155036)
        at org.tigris.subversion.javahl.SVNClient.suggestMergeSources(Native Method)
        at org.tigris.subversion.javahl.SVNClientSynchronized.suggestMergeSources(SVNClientSynchronized.java:939)
        at org.tigris.subversion.javahl.BasicTests.setupAndPerformMerge(BasicTests.java:2674)
        at org.tigris.subversion.javahl.BasicTests.testMergeUsingHistory(BasicTests.java:2454)

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2394601
Received on 2009-09-14 14:57:40 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.