Closed GoogleCodeExporter closed 8 years ago
Please try this patch (on svnX.app/Contents/Resources/svndiff.sh):
===================================================================
--- Resources/svndiff.sh (revision 147)
+++ Resources/svndiff.sh (working copy)
@@ -21,6 +21,7 @@
while ([ ! -d $dir ] && ! mkdir $dir &> /dev/null); do
dir="/tmp/svnx$((n++))"
done
+chmod -f a+rw $dir
# Sometimes, the temp file created by svn diff is deleted before
# opendiff had a chance to open it...
===================================================================
Original comment by chris...@gmail.com
on 21 Jun 2010 at 5:41
That seems to have worked.
Original comment by andrew%c...@gtempaccount.com
on 21 Jun 2010 at 5:53
Fixed in 1.3b1.
Similarly for the Blame command.
Original comment by chris...@gmail.com
on 16 Sep 2010 at 12:29
Original issue reported on code.google.com by
andrew%c...@gtempaccount.com
on 21 Jun 2010 at 4:16