'svn info --show-item=revision' has trailing whitespace

2016-10-28 Thread Daniel Shahaf
Stefan Hett found this trailing whitespace: % svn info --show-item=revision | xxd 000: 3137 3632 3031 3620 2020 0a 1762016 . I think the attached patch should fix it. Haven't tested it yet (I'm not near a build environment). Cheers, Daniel [[[ 'svn info --show-item': Don't

Re: [PATCH] Add '--include' and '--exclude' options to 'svnadmin dump'

2016-10-28 Thread Julian Foad
On 12/10/16, Sergey Raevskiy wrote: I've attached a patch that adds '--include/--exclude' options to 'svnadmin dump'. These options work similarly to 'svndumpfilter include/exclude' but provide proper handling of 'copy from' paths. Thank you! As I'm sure you're aware, this feature has been

fatal bug on svn in core functionality reproducing every time

2016-10-28 Thread Pit Del
Bug title: Svn checkout or update cannot successfully get second sub-root folder and files from svn server. Let assume that we have on server one root folder and two sub-root folders. In sub-roots folder have many files and directory. User want to get all data from svn server to local directory

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-28 Thread Daniel Shahaf
Branko Čibej wrote on Fri, Oct 28, 2016 at 14:22:31 +0200: > On 28.10.2016 09:02, Stefan Sperling wrote: > > On Fri, Oct 28, 2016 at 02:49:04AM +0200, b...@qqmail.nl wrote: > >> In the summary I don’t see the support for restartability of a broken > >> checkout. See the documentation of svn

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-28 Thread Johan Corveleyn
On Fri, Oct 28, 2016 at 10:34 AM, Patrick Steinhardt wrote: > On Fri, Oct 28, 2016 at 12:34:44AM +0200, Stefan wrote: >> On 10/27/2016 21:45, Stefan Sperling wrote: >> > On Tue, Oct 18, 2016 at 02:22:25PM +0200, Patrick Steinhardt wrote: >> >> Hi, >> >> >> >>

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-28 Thread Branko Čibej
On 28.10.2016 09:02, Stefan Sperling wrote: > On Fri, Oct 28, 2016 at 02:49:04AM +0200, b...@qqmail.nl wrote: >> In the summary I don’t see the support for restartability of a broken >> checkout. See the documentation of svn checkout in the svn-book. >>

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-28 Thread Patrick Steinhardt
On Fri, Oct 28, 2016 at 12:34:44AM +0200, Stefan wrote: > On 10/27/2016 21:45, Stefan Sperling wrote: > > On Tue, Oct 18, 2016 at 02:22:25PM +0200, Patrick Steinhardt wrote: > >> Hi, > >> > >> finally got around to update my patch regarding checkouts to > >> existing directories. The semantics

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2016 at 02:49:04AM +0200, b...@qqmail.nl wrote: > In the summary I don’t see the support for restartability of a broken > checkout. See the documentation of svn checkout in the svn-book. > (http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.checkout.html) Yes, we'll need to