Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-17 Thread Daniel Shahaf
r1104192, with thanks to Bert for pointing out the easiest place to add the upgrade codepath in.

Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-17 Thread Daniel Shahaf
Julian Foad wrote on Mon, May 16, 2011 at 17:37:28 +0100: > On Mon, 2011-05-16 at 17:34 +0200, Daniel Shahaf wrote: > > Julian Foad wrote on Mon, May 16, 2011 at 15:49:52 +0100: > > > Daniel Shahaf wrote: > > > > Daniel Shahaf wrote on Mon, May 16, 2011 at 15:36:25 +0200: > > > we should update the

Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-16 Thread Julian Foad
On Mon, 2011-05-16 at 17:34 +0200, Daniel Shahaf wrote: > Julian Foad wrote on Mon, May 16, 2011 at 15:49:52 +0100: > > Daniel Shahaf wrote: > > > Daniel Shahaf wrote on Mon, May 16, 2011 at 15:36:25 +0200: > > > > [[[ > > > > % wc-format.py > > > > .: 11 > > > > > > It said '28' originally. > >

Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-16 Thread Daniel Shahaf
Julian Foad wrote on Mon, May 16, 2011 at 15:49:52 +0100: > Daniel Shahaf wrote: > > Daniel Shahaf wrote on Mon, May 16, 2011 at 15:36:25 +0200: > > > [[[ > > > % wc-format.py > > > .: 11 > > > > It said '28' originally. > > > > > % svn --version -q > > > 1.5.1 > > > % svn st -q > > When I try

Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-16 Thread Julian Foad
Daniel Shahaf wrote: > Daniel Shahaf wrote on Mon, May 16, 2011 at 15:36:25 +0200: > > [[[ > > % wc-format.py > > .: 11 > > It said '28' originally. > > > % svn --version -q > > 1.5.1 > > % svn st -q When I try with 1.5.9 and 1.6.16, they say "svn: warning: '.' is not a working copy" which is d

Re: [RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-16 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, May 16, 2011 at 15:36:25 +0200: > [[[ > % wc-format.py > .: 11 It said '28' originally. > % svn --version -q > 1.5.1 > % svn st -q > % echo 11 > .svn/format > % echo 11 > .svn/entries > % svn st -q > svn: This client is too old to work with working copy '

[RFC] let old svn's error properly in some 'svn1.7 checkout && svn1.6 status' scenarios

2011-05-16 Thread Daniel Shahaf
[[[ % wc-format.py .: 11 % svn --version -q 1.5.1 % svn st -q % echo 11 > .svn/format % echo 11 > .svn/entries % svn st -q svn: This client is too old to work with working copy '.'. You need to get a newer Subversion client, or to downgrade this working copy. See http://subversion.ti