Re: Problems Reintegrating the fsfs-format7 branch

2013-03-22 Thread Julian Foad
I (Julian Foad) wrote: > It took me a while to get my head back into this stuff, but yes it looks like > this hangs together theoretically as well as fixing the immediate use case. To say a bit more here, my concern was about the impact further down the road of leaving the history of "automatic

Re: Problems Reintegrating the fsfs-format7 branch

2013-03-22 Thread Julian Foad
Paul Burba wrote: > On Fri, Mar 8, 2013 at 4:17 PM, Paul Burba wrote: >> On Tue, Mar 5, 2013 at 11:37 AM, Julian Foad wrote: >>> So, what to do exactly?  Options seem to be: >>> >>>   0) leave it as it is >>> >>>   1) detect this specific case and warn or error out >>> >>>   2) detect thi

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2013 at 11:09:11AM -0500, Peter Samuelson wrote: > I agree with Julian. If you're running svnadmin 1.7 and you ask to > create a 1.9 format repository, silently creating a 1.7 format > repository is wrong. It's not what the user asked for and it's not > what they will expect to ge

Re: [PATCH] Fix issue #4316 - Merge errors out after resolving conflicts

2013-03-22 Thread Paul Burba
On Thu, Mar 21, 2013 at 1:40 PM, Julian Foad wrote: > Paul Burba wrote: > >> On Wed, Mar 20, 2013 at 4:15 PM, Julian Foad wrote: I have committed a complete fix, with the Summary of Conflicts as discussed here, in . >>> >>> Remaining issues: >>> >>>

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Daniel Shahaf
On Fri, Mar 22, 2013 at 05:52:10PM +0200, Daniel Shahaf wrote: > C. Michael Pilato wrote on Fri, Mar 22, 2013 at 11:25:29 -0400: > > On 03/22/2013 11:13 AM, Daniel Shahaf wrote: > > > svnadmin.c has this code: > > > > > > /* We can't create repository with a version newer than what > > >

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Peter Samuelson
> Julian Foad wrote on Fri, Mar 22, 2013 at 15:48:56 +: > > If I'm runnning a 1.7 svnadmin and I request "--compatible-version=1.9.0", > > then certainly 1.7 *can* create a repository that's compatible with v1.9, > > but I think the meaning should be: create a repo using the 1.9 format, that

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Daniel Shahaf
C. Michael Pilato wrote on Fri, Mar 22, 2013 at 11:25:29 -0400: > On 03/22/2013 11:13 AM, Daniel Shahaf wrote: > > svnadmin.c has this code: > > > > /* We can't create repository with a version newer than what > > the running version of Subversion supports. */ > >

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Daniel Shahaf
Julian Foad wrote on Fri, Mar 22, 2013 at 15:48:56 +: > > >   > -- > Certified & Supported Apache Subversion Downloads: > http://www.wandisco.com/subversion/download > > > > - Original Message - > > From: C. Michael Pilato > > To: Daniel Shahaf > > Cc: dev@subversion.apache.org

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread Julian Foad
  -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download - Original Message - > From: C. Michael Pilato > To: Daniel Shahaf > Cc: dev@subversion.apache.org > Sent: Friday, 22 March 2013, 11:25 > Subject: Re: svnadmin --compatible-version=1.

Re: svnadmin --compatible-version=1.9.0

2013-03-22 Thread C. Michael Pilato
On 03/22/2013 11:13 AM, Daniel Shahaf wrote: > svnadmin.c has this code: > > /* We can't create repository with a version newer than what > the running version of Subversion supports. */ > if (! svn_version__at_least(&latest, >

svnadmin --compatible-version=1.9.0

2013-03-22 Thread Daniel Shahaf
svnadmin.c has this code: /* We can't create repository with a version newer than what the running version of Subversion supports. */ if (! svn_version__at_least(&latest, compatible_version->major,

Re: svn commit: r1459478 - /subversion/trunk/subversion/include/svn_delta.h

2013-03-22 Thread C. Michael Pilato
On 03/21/2013 04:24 PM, Bert Huijben wrote: >> * subversion/include/svn_delta.h >> (svn_delta_fetch_props_func_t, svn_delta_fetch_kind_func_t, >>svn_delta_fetch_base_func_t): Fully document these new callback types. >> (struct svn_delta_shim_callbacks_t): Minor docstring tweaks. > > We mad

Re: [PATCH] correct installation of mod_dontdothat

2013-03-22 Thread Daniel Shahaf
On Mon, Mar 11, 2013 at 01:57:07PM +0100, Branko ??ibej wrote: > On 11.03.2013 13:38, Daniel Shahaf wrote: > > Julian Foad wrote on Mon, Mar 11, 2013 at 11:33:09 +: > >> Daniel Shahaf wrote: > >> > >> [...] > >>> FWIW, it would have been nice to see a diff of build-outputs.mk as > >>> well... >