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: 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
niel Shahaf > > Cc: dev@subversion.apache.org > > Sent: Friday, 22 March 2013, 11:25 > > Subject: Re: svnadmin --compatible-version=1.9.0 > > > > On 03/22/2013 11:13 AM, Daniel Shahaf wrote: > >> svnadmin.c has this code: > >> > >>        

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 -

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,