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

Reply via email to