Bug#582344: svn-bisect can't investigate closed branches

2010-05-20 Thread Peter Samuelson
[Nikita Borodikhin] --- /usr/bin/svn-bisect.orig2010-04-20 13:57:31.0 +0700 +++ /usr/bin/svn-bisect 2010-05-20 10:44:33.575998629 +0700 @@ -55,7 +55,7 @@ do_reset () fi url=$(cat $dir/url) rev=$(cat $dir/start) -svn switch -r$rev $url +svn switch -r$rev

Bug#582344: svn-bisect can't investigate closed branches

2010-05-19 Thread Nikita Borodikhin
Subject: svn-bisect can't investigate closed branches Package: subversion-tools Version: 1.6.11dfsg-1 Severity: normal Tags: sid svn-bisect doesn't use PEG revision specificator while issuing svn switch command. Thus it is impossible to use it against branches that are already closed. I propose