Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-07-05 Thread Neil Williams
tag 678203 + pending severity 678203 serious quit On Thu, 28 Jun 2012 17:08:11 -0500 Peter Samuelson wrote: > [Neil Williams] > > Frankly, the new subversion working copy structure is insane and will > > break hundreds of tools of all different kinds by removing the .svn > > directory. > > "Hun

Bug#678203: [Svn-bp-devel] Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-28 Thread Peter Samuelson
[Neil Williams] > Frankly, the new subversion working copy structure is insane and will > break hundreds of tools of all different kinds by removing the .svn > directory. "Hundreds of tools" try to look inside the .svn directory? They shouldn't, and they never should've. The working copy format

Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-28 Thread Peter Samuelson
[Daniel Leidert] > --- /usr/bin/svn-do.orig 2010-05-23 17:48:50.0 +0200 > +++ /usr/bin/svn-do 2012-06-20 20:12:50.0 +0200 > @@ -50,7 +50,7 @@ case "$1" in > esac > done > > -if ! [ -d .svn ]; then > +if ! `svn info > /dev/null 2>&1`; then > echo "E: Not in a SVN che

Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-21 Thread Arno Töll
Hi, I'd qualify this as a serious problem for sure, at least for weird repository layouts (real life example: glibc-bsd at Alioth) which effectively breaks using subversion 1.7.5. There is just no way to use a sane svn-bp workflow on such repositories, even less when the mergeWithUpstream propert

Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-20 Thread Daniel Leidert
Am Dienstag, den 19.06.2012, 23:32 +0100 schrieb Neil Williams: > On Tue, 19 Jun 2012 23:39:32 +0200 > Daniel Leidert wrote: > > > After the upgrade of subversion to series 1.7 svn-do fails with > > "E: Not in a SVN checkout" because the new subversion format seems to > > ship only one .svn dire

Bug#678203: [Svn-bp-devel] Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-19 Thread Neil Williams
severity 678203 important thanks On Tue, 19 Jun 2012 23:39:32 +0200 Daniel Leidert wrote: > Package: svn-buildpackage > Version: 0.8.4 > Severity: serious No justification for serious, lowering. > After the upgrade of subversion to series 1.7 svn-do fails with > "E: Not in a SVN checkout" beca

Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-19 Thread Daniel Leidert
Package: svn-buildpackage Version: 0.8.4 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After the upgrade of subversion to series 1.7 svn-do fails with "E: Not in a SVN checkout" because the new subversion format seems to ship only one .svn directory in the top directory and not