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

JavaHL ISVNClient.vacuum yields assertion failed (1.9.2)

From: <christian.k.2510_at_gmail.com>
Date: Fri, 23 Oct 2015 04:34:14 -0700 (PDT)

Hello,

trying to use the new ISVNClient.vacuum method from the JavaHL binding
throws an exception pointing to the following assertion failure:
svn: In file '..\..\..\subversion\libsvn_client\cleanup.c' line 252:
assertion failed (svn_dirent_is_absolute(dir_abspath))

The exception is thrown even though the path used is an absolute path.
Looking at the SVNClient.cpp file it seems like the path is not properly
converted to a C-String using .c_str() as it is done in other methods
within SVNClient.cpp.

Best regards,

Christian
Received on 2015-10-23 13:34:19 CEST

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

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