Re: Update for SVN on Synology to 1.10

2018-11-02 Thread Julian Foad
> I contacted Synology, and they replied with :- > [...] the SVN application provided to us by the SVN developers is > only on version 1.9.7, if you wish to have this updated to > 1.10 you would need to contact the SVN developers/support team > to request for them to provide an updated version to u

Update for SVN on Synology to 1.10

2018-11-02 Thread Keith
Hi, I have recently purchased a Synology NAS to run svnserver on, unfortunately, the Synology version of SVN is 1.9.7, it looks like it has not been updated for over a year. My problem is that all of my repositories are FS 8 as I have been using 1.10 for quite a while now. I contacted Syno

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Branko Čibej
On 02.11.2018 11:33, James McCoy wrote: > On Fri, Nov 02, 2018 at 11:08:10AM +0100, Stefan Sperling wrote: >> On Fri, Nov 02, 2018 at 10:49:23AM +0100, Branko Čibej wrote: >>> On 02.11.2018 10:44, Stefan Sperling wrote: I confirm that your patch is correct. I mis-indented these blocks. >>> Tim

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread James McCoy
On Fri, Nov 02, 2018 at 11:08:10AM +0100, Stefan Sperling wrote: > On Fri, Nov 02, 2018 at 10:49:23AM +0100, Branko Čibej wrote: > > On 02.11.2018 10:44, Stefan Sperling wrote: > > > I confirm that your patch is correct. I mis-indented these blocks. > > > > Time to start using a real editor, I gue

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Greg Stein
On Fri, Nov 2, 2018 at 5:08 AM Stefan Sperling wrote: > On Fri, Nov 02, 2018 at 10:49:23AM +0100, Branko Čibej wrote: > > On 02.11.2018 10:44, Stefan Sperling wrote: > > > I confirm that your patch is correct. I mis-indented these blocks. > > > > Time to start using a real editor, I guess? :) > >

Re: svn commit: r1845555 - /subversion/trunk/configure.ac

2018-11-02 Thread Joe Orton
On Fri, Nov 02, 2018 at 10:35:40AM +0100, Branko Čibej wrote: > On 02.11.2018 10:23, jor...@apache.org wrote: > > Author: jorton > > Date: Fri Nov 2 09:23:25 2018 > > New Revision: 184 > > > > URL: http://svn.apache.org/viewvc?rev=184&view=rev > > Log: > > * configure.ac: Use $PYTHON (alwa

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Stefan Sperling
On Fri, Nov 02, 2018 at 10:49:23AM +0100, Branko Čibej wrote: > On 02.11.2018 10:44, Stefan Sperling wrote: > > I confirm that your patch is correct. I mis-indented these blocks. > > Time to start using a real editor, I guess? :) The further I progress into adulthood, the more our tiny indentatio

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Joe Orton
On Fri, Nov 02, 2018 at 10:44:33AM +0100, Stefan Sperling wrote: > I confirm that your patch is correct. I mis-indented these blocks. Great, thank you for checking, Stefan. Committed in r1845559.

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Branko Čibej
On 02.11.2018 10:44, Stefan Sperling wrote: > On Fri, Nov 02, 2018 at 09:39:47AM +, Joe Orton wrote: >> There are two gcc 8.x (I'm using 8.2.1) warnings from which catch those: >> >> if (foo) >> bar; >> baz; >> >> type of errors. I fixed one case which looks obviously like a false

Re: [PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Stefan Sperling
On Fri, Nov 02, 2018 at 09:39:47AM +, Joe Orton wrote: > There are two gcc 8.x (I'm using 8.2.1) warnings from which catch those: > > if (foo) > bar; > baz; > > type of errors. I fixed one case which looks obviously like a false > positive in r1845556, but I'm not sure about the

[PATCH] svn/conflict-callbacks.c indentation fix

2018-11-02 Thread Joe Orton
There are two gcc 8.x (I'm using 8.2.1) warnings from which catch those: if (foo) bar; baz; type of errors. I fixed one case which looks obviously like a false positive in r1845556, but I'm not sure about the other one, in this code: http://svn.apache.org/viewvc/subversion/trunk/su

Re: svn commit: r1845555 - /subversion/trunk/configure.ac

2018-11-02 Thread Branko Čibej
On 02.11.2018 10:23, jor...@apache.org wrote: > Author: jorton > Date: Fri Nov 2 09:23:25 2018 > New Revision: 184 > > URL: http://svn.apache.org/viewvc?rev=184&view=rev > Log: > * configure.ac: Use $PYTHON (always defined by autogen.sh) when > running build/getversion.py via esyscmd. >

Re: [PATCH] Suppress conflict resolver in dry-run merge

2018-11-02 Thread Stefan Sperling
On Thu, Nov 01, 2018 at 05:38:48PM +0100, Branko Čibej wrote: > On 01.11.2018 17:25, Stefan Sperling wrote: > > While many SVN operations support a dry-run mode, at present the conflict > > resolver does not. It might actually be nice to see what the resolver would > > do while in dry-run mode. A d

Re: [PATCH] Suppress conflict resolver in dry-run merge

2018-11-02 Thread Stefan Sperling
On Thu, Nov 01, 2018 at 05:25:10PM +0100, Stefan Sperling wrote: > Until the resolver grows such a dry-run mode I think your patch makes sense. > Do we agree here? Committed in https://svn.apache.org/r1845557 with small whitespace adjustments to keep lines below 80 columns in length. I have also e