Re: CR in notify.c

2017-08-08 Thread Philip Martin
Philip Martin writes: > the first will not be completely obliterated by the second. I hacked the code rather than create a repository with millions of revisions: case svn_wc_notify_tree_conflict_details_progress: - SVN_ERR(svn_cmdline_printf(pool,

CR in notify.c

2017-08-08 Thread Philip Martin
When rolling trunk tarballs I notice the error: ../svn/notify.c:483: warning: internationalized messages should not contain the '\r' escape sequence The '\r' is intentional, the notification is of the form: Checking r32... and the \r causes the line to get overwritten as the revision

Re: svn commit: r1803639 - in /subversion/trunk: build/run_tests.py subversion/libsvn_fs_fs/fs.h subversion/libsvn_fs_fs/fs_fs.c subversion/libsvn_fs_fs/transaction.c subversion/tests/cmdline/svntest/

2017-08-08 Thread Evgeny Kotkov
Daniel Shahaf writes: > We have a mix of options that depend on SVN_VER_MINOR and on > ffd->format. > > SVN_VER_MINOR: > [memcached-servers] > [caches] > [debug] > > ffd->format: > [rep-sharing] > [packed-revprops] > [io] > > both: > [deltification] -