While we're at it, I guess it'd be useful to make "svn up" calls a bit more verbose. Here's a tiny patch.
-- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."
--- /home/rmh/bin/svn-bisect~ 2009-07-01 00:49:41.000000000 +0200 +++ /home/rmh/bin/svn-bisect 2009-09-07 16:41:10.000000000 +0200 @@ -95,4 +95,6 @@ exit 0 fi +echo "Switching to r$target ..." + svn up -r $target

