Closed GoogleCodeExporter closed 8 years ago
What does `svn --version` report?
It looks like this got changed in Subversion 1.6.x.
I think the following may be a better fix, but I haven't fully tested it yet.
-tmpFileFlag=`echo "$7" | sed -E 's/.*svndiff(\.[0-9]+)?\.tmp$/1/'`
+tmpFileFlag=`echo "$7" | sed -E 's/.*\/(tempfile|svndiff)(\.[0-9]+)?\.tmp$/1/'`
Let me know if it works for you.
Original comment by chris...@gmail.com
on 5 Sep 2009 at 1:47
Yes, that should work fine. I'm running subversion 1.6.5 now. Thanks!
Original comment by m...@maxcarlson.com
on 5 Sep 2009 at 10:18
Fixed in r122.
Original comment by chris...@gmail.com
on 21 Sep 2009 at 4:37
Original issue reported on code.google.com by
m...@maxcarlson.com
on 5 Sep 2009 at 12:14