On Thu, 2011-07-14 at 17:20 +0100, Julian Foad wrote: > On Tue, 2011-07-12, Barry Scott wrote: > > 1. Get http://pysvn.barrys-emacs.org/source_kits/pysvn-merge-assert.tar.bz2 > > 2. tar xf pysvn-merge-assert.tar.bz2 -C /tmp > > 3. cd /tmp/pysvn-workspace/Sources > > 4. THe scripts assume that the SVN you wish to use is in /usr/local > > edit repo-merge-assert.sh and change the --svn-root-dir if that is not > > the case > > 5. ./repo-merge-assert.sh > > Thanks, Barry. Using your recipe I was able to reproduce the problem > and verify that my fix fixes it.
Fix committed in r1146781. I wasn't persistent enough to create a regression test for this, but as the fix looks simple I'm happy now that I've confirmed it on your test. - Julian