Re: [OT] Going to FOSDEM

2017-01-29 Thread Stefan Fuhrmann
On 28.01.2017 15:29, Julian Foad wrote: I'm going to FOSDEM next weekend, woo-hoo! https://fosdem.org/2017/ Any other svn hackers going? Hope to see you there if so. The ASF emailed a couple of weeks ago indicating the ASF would have a stand and a few ASF people will be attending, although no

Re: conflict resolver status update (roll 1.10.0 alpha 1?)

2017-01-29 Thread Stefan Fuhrmann
On 24.01.2017 12:20, Stefan Sperling wrote: Hi, Another update on the new conflict resolver: We have 36 conflict resolver tests, all of which PASS. I have updated the wiki page about conflict tests accordingly: https://wiki.apache.org/subversion/TreeConflictTests The 36 tests we have still do

patch #69 test failure on trunk

2017-01-29 Thread Stefan
Hi, running the test suite on trunk, triggers the following error: I: svn: E720225: Can't open file 'X:\Release\subversion\tests\cmdline\svn-test-work\working_copies\patch_tests-69\eicar.com': Operation did not complete successfully because the file contains a virus or potentially unwanted sof

Re: svn commit: r1780810 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs/deprecated.c libsvn_fs/fs-loader.c libsvn_fs/fs-loader.h libsvn_fs_base/tree.c libsvn_fs_fs/tree.c libsvn_fs_x/tr

2017-01-29 Thread Branko Čibej
On 29.01.2017 16:35, stef...@apache.org wrote: > +/** > + * Same as svn_fs_get_mergeinfo3(), but all mergeinfo is being collected > + * and returned in @a *catalog. It will never be @c NULL, but may be empty. > + * > * @since New in 1.8. > + * > + * @deprecated Provided for backward compatibilit

Strange use of static local vars

2017-01-29 Thread Branko Čibej
In subversion/tests/libsvn_client/conflict-tests.c: static svn_error_t * create_wc_with_file_add_vs_file_add_merge_conflict(svn_test__sandbox_t *b, svn_boolean_t do_switch) { static const char *new_file_path; svn_client_ctx_t *ctx; static co

Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2017-01-29 Thread Branko Čibej
On 11.11.2016 14:56, Branko Čibej wrote: > On 11.11.2016 14:02, Branko Čibej wrote: >> One solution would be to introduce an overload of the >> ISVNClient.logMessages() method that would have the option to return all >> revprops. > In fact, the attached patch does just that. Can you test it, please

Re: Strange use of static local vars

2017-01-29 Thread Branko Čibej
On 29.01.2017 17:01, Branko Čibej wrote: > In subversion/tests/libsvn_client/conflict-tests.c: > > static svn_error_t * > create_wc_with_file_add_vs_file_add_merge_conflict(svn_test__sandbox_t *b, >svn_boolean_t do_switch) > { > static const cha

rep_read_contents() edge case checksum error, FSFS f7

2017-01-29 Thread Julian Foad
Stefan, is this an edge case bug? rep_read_contents() in libsvn_fs_fs/cached_data.c@1780363 is quoted below. rep_read_contents() potentially reads one or more times from the fulltext cache and then finds the fulltext cache is no longer available. I suppose this could happen because the entry c

Re: [OT] Going to FOSDEM

2017-01-29 Thread Julian Foad
Stefan Fuhrmann wrote: It's going to be embedded targets / compiler / valgrind for me, but I haven't looked at the schedule, yet. Excellent! See you there. - Julian