Re: [PATCH] Reject checkouts to existing directory

2016-10-14 Thread Ivan Zhakov
On 12 October 2016 at 16:28, Patrick Steinhardt wrote: > Hi, > > attached is a patch to reject checkouts to already existing > directories when `--force` is not given. This is according to > `svn co --help`. > > [[ > Reject checkout to existing paths without force > > * subversion/svn/checkout-cmd

Re: [PATCH] Reject checkouts to existing directory

2016-10-14 Thread Stefan
On 10/13/2016 2:54 PM, Stefan wrote: > On 10/12/2016 5:00 PM, 'Stefan Sperling' wrote: >> I'm actually surprised that we made this change in 1.7. >> >> If 'svn checkout' sees an existing directory the most likely situation is >> that the user has made a mistake. Leaving behind a working copy full o

Re: [PATCH] Reject checkouts to existing directory

2016-10-13 Thread Stefan
On 10/12/2016 5:00 PM, 'Stefan Sperling' wrote: > I'm actually surprised that we made this change in 1.7. > > If 'svn checkout' sees an existing directory the most likely situation is > that the user has made a mistake. Leaving behind a working copy full of > tree conflicts is hardly useful in this

Re: [PATCH] Reject checkouts to existing directory

2016-10-12 Thread Patrick Steinhardt
On Wed, Oct 12, 2016 at 04:49:55PM +0200, Bert Huijben wrote: > > > > -Original Message- > > From: Stefan Sperling [mailto:s...@elego.de] > > Sent: woensdag 12 oktober 2016 16:37 > > To: Patrick Steinhardt > > Cc: Subversion > > Subject

Re: [PATCH] Reject checkouts to existing directory

2016-10-12 Thread 'Stefan Sperling'
On Wed, Oct 12, 2016 at 04:49:55PM +0200, Bert Huijben wrote: > > > > -Original Message- > > From: Stefan Sperling [mailto:s...@elego.de] > > Sent: woensdag 12 oktober 2016 16:37 > > To: Patrick Steinhardt > > Cc: Subversion > > Subject

RE: [PATCH] Reject checkouts to existing directory

2016-10-12 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: woensdag 12 oktober 2016 16:37 > To: Patrick Steinhardt > Cc: Subversion > Subject: Re: [PATCH] Reject checkouts to existing directory > > On Wed, Oct 12, 2016 at 04:28:05PM +0200,

Re: [PATCH] Reject checkouts to existing directory

2016-10-12 Thread Stefan Sperling
On Wed, Oct 12, 2016 at 04:28:05PM +0200, Patrick Steinhardt wrote: > Hi, > > attached is a patch to reject checkouts to already existing > directories when `--force` is not given. This is according to > `svn co --help`. > > [[ > Reject checkout to existing paths without force > > * subversion/s