Re: JavaHL ISVNClient.vacuum yields assertion failed (1.9.2)

2015-10-23 Thread Philip Martin
"Christian K." writes: > Based on your answer (especially the doc. comment on svn_dirent_is_absolute, > which talks about x:/ with *slash*) lead me to some more experiments. > Obviously the error is caused by the backslash in the path, when using the > method with

RE: Access Denied error on checkout to SMB share with 1.9.2, but not 1.8

2015-10-23 Thread Winbow, Alexander G
Hi, Ivan, Thanks for responding. Here is the exact output of "svn co" using 1.9.2, with the directory and filenames appropriately elided.

Re: Access to non SVN files via svn property - Feature request

2015-10-23 Thread francesco.policastro
Hi Eric, Thanks for your reply, that is similar to those I already received. My post was long enough, so I did not say that we have hundreds of programmers and a lot of projects, ranging from the smallest to the largest you can think of. The languages and build tools used are very many, so

JavaHL ISVNClient.vacuum yields assertion failed (1.9.2)

2015-10-23 Thread christian . k . 2510
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

Re: JavaHL ISVNClient.vacuum yields assertion failed (1.9.2)

2015-10-23 Thread Christian K.
[answer directly to users@subversion.apache.org, seems like with Google Groups and subversion_us...@googlegroups.com things get lost] Hello Philip, the path being used is of the form C:\Temp\wc, it has been generated using File.getAbsolutePath(). The error was observed on a Windows 7 x64 system

Re: Access Denied error on checkout to SMB share with 1.9.2, but not 1.8

2015-10-23 Thread Ivan Zhakov
On 22 October 2015 at 22:37, Winbow, Alexander G wrote: > When trying to do a basic checkout, writing to a directory residing > on a SMB network share (netapp), I get intermittent errors "Can't stat > Access is denied". This happens with SVN 1.9.2 (or