You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ch...@gmail.com on 2015/10/23 13:34:14 UTC

JavaHL ISVNClient.vacuum yields assertion failed (1.9.2)

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