Re: svn commit: r1770675 - /subversion/trunk/CHANGES

2016-11-21 Thread Stefan
On 11/21/2016 13:21, kot...@apache.org wrote: > Author: kotkov > Date: Mon Nov 21 12:21:59 2016 > New Revision: 1770675 > > URL: http://svn.apache.org/viewvc?rev=1770675&view=rev > Log: > * CHANGES: Populate the 1.8.17 and 1.9.5 sections. > > Modified: > subversion/trunk/CHANGES > > Modified: s

1.9.5 up for signing/testing

2016-11-21 Thread Evgeny Kotkov
The 1.9.5 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 November 29th so please try and get your votes/signatures in place by November 28th. Than

1.8.17 up for signing/testing

2016-11-21 Thread Evgeny Kotkov
The 1.8.17 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 November 29th so please try and get your votes/signatures in place by November 28th. Tha

Re: [PATCH v3] Reject checkouts to existing directory

2016-11-21 Thread Daniel Shahaf
Patrick Steinhardt wrote on Mon, Nov 21, 2016 at 11:57:01 +0100: > On Sat, Nov 19, 2016 at 05:53:26AM +, Daniel Shahaf wrote: > > Patrick Steinhardt wrote on Wed, Nov 09, 2016 at 12:54:08 +0100: > > > + if (kind != svn_node_dir) > > > +return svn_error_createf( > > > +SVN_ERR_ILLEG

Re: [PATCH] Recreate test data for Git mirrors

2016-11-21 Thread Patrick Steinhardt
On Wed, Nov 16, 2016 at 04:30:55PM +, Julian Foad wrote: > On 07/11/16, Patrick Steinhardt wrote: > > attached is a patch that fixes a test for Git mirrors. The error > > results from the fact that Git does not track empty directories, > > which one test relies upon. > > > > As we're already do

Re: [PATCH v3] Reject checkouts to existing directory

2016-11-21 Thread Patrick Steinhardt
On Sat, Nov 19, 2016 at 05:53:26AM +, Daniel Shahaf wrote: > Patrick Steinhardt wrote on Wed, Nov 09, 2016 at 12:54:08 +0100: > > +++ b/subversion/svn/checkout-cmd.c > > @@ -61,6 +61,144 @@ > >Is this the same as CVS? Does it matter if it is not? > > */ > > > > +static svn_error_t * > >

Re: svn commit: r1770633 - in /subversion/trunk/subversion: libsvn_wc/wc_db_update_move.c tests/libsvn_client/conflicts-test.c

2016-11-21 Thread 'Stefan Sperling'
On Mon, Nov 21, 2016 at 10:46:25AM +0100, Bert Huijben wrote: > > > > -Original Message- > > From: s...@apache.org [mailto:s...@apache.org] > > Sent: maandag 21 november 2016 10:37 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1770633 - in /subversion/trunk/subversion: >

RE: svn commit: r1770633 - in /subversion/trunk/subversion: libsvn_wc/wc_db_update_move.c tests/libsvn_client/conflicts-test.c

2016-11-21 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: maandag 21 november 2016 10:37 > To: comm...@subversion.apache.org > Subject: svn commit: r1770633 - in /subversion/trunk/subversion: > libsvn_wc/wc_db_update_move.c tests/libsvn_client/conflicts-test.c > > Aut