Re: svn commit: r1633967 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2014-10-24 Thread Stefan Fuhrmann
On Fri, Oct 24, 2014 at 10:00 AM, Ivan Zhakov wrote: > On 24 October 2014 02:11, wrote: > > Author: stefan2 > > Date: Thu Oct 23 22:11:17 2014 > > New Revision: 1633967 > > > > URL: http://svn.apache.org/r1633967 > > Log: > > Extend the test "txn list" list test to still return the correct list

Re: Subversion canonical URI

2014-10-24 Thread Branko Čibej
On 24.10.2014 15:06, Mark Phippard wrote: > When we use the Subversion API via JavaHL it is up to the caller to > provide repository URI in proper encoded format, such as %20 for > spaces. I have never found the perfect Java method for doing this. > In Subclipse, we are currently using this met

Subversion canonical URI

2014-10-24 Thread Mark Phippard
When we use the Subversion API via JavaHL it is up to the caller to provide repository URI in proper encoded format, such as %20 for spaces. I have never found the perfect Java method for doing this.In Subclipse, we are currently using this method: http://docs.oracle.com/javase/7/docs/api/jav

JavaHL SVNRepos and the FSFS warning function

2014-10-24 Thread Philip Martin
Philip Martin writes: > The error below is caused by running the JavaHL regression tests with > non-working SQLite support. Moving this bit of the discussion to dev. The SQLite rep-cache is designed to be optional. Force it to fail: Index: ../src/subversion/libsvn_fs_fs/rep-cache.c ==

Re: svn commit: r1633967 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2014-10-24 Thread Ivan Zhakov
On 24 October 2014 02:11, wrote: > Author: stefan2 > Date: Thu Oct 23 22:11:17 2014 > New Revision: 1633967 > > URL: http://svn.apache.org/r1633967 > Log: > Extend the test "txn list" list test to still return the correct list > after some txn got aborted. Covers svn_fs_purge_txn as well now. >