Re: svn commit: r1535399 - in /subversion/trunk/subversion: libsvn_fs_fs/ libsvn_fs_x/ libsvn_subr/ libsvn_wc/ mod_authz_svn/ tests/cmdline/ tests/libsvn_client/ tests/libsvn_fs_fs/ tests/libsvn_fs_x/

2013-10-24 Thread Alan Barrett
On Fri, 25 Oct 2013, Branko Čibej wrote: URL: http://svn.apache.org/r1535399 Log: Cast NULL to (char *) in vararg calls to svn_dirent_join_many and svn_path_join_many. Why? On which platform do you expect a char* to have a different size and/or representation than a void*? NULL may be define

Re: svn commit: r1535399 - in /subversion/trunk/subversion: libsvn_fs_fs/ libsvn_fs_x/ libsvn_subr/ libsvn_wc/ mod_authz_svn/ tests/cmdline/ tests/libsvn_client/ tests/libsvn_fs_fs/ tests/libsvn_fs_x/

2013-10-24 Thread Branko Čibej
On 24.10.2013 17:00, phi...@apache.org wrote: > Author: philip > Date: Thu Oct 24 15:00:12 2013 > New Revision: 1535399 > > URL: http://svn.apache.org/r1535399 > Log: > Cast NULL to (char *) in vararg calls to svn_dirent_join_many > and svn_path_join_many. Why? On which platform do you expect a c

Re: 1.8.4 up for testing/signing

2013-10-24 Thread Ivan Zhakov
On 22 October 2013 23:36, Ben Reser wrote: > The 1.8.4 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. I plan to try and release on October > 29th so please try and get y

Re: Presenting net code changes for a branch

2013-10-24 Thread Julian Foad
Branko Čibej wrote: > Here's a more complete proposal: > > Introduce two new revision keywords: > >     * ROOT (alternatively: CREATED) >   [...] > >     * MERGED >   Only relevant in the context of a branch. Represents the latest >   revision in which a merge was made to the branch.