[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Binary blob corruption

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 5 Jun 2012 15:54:14 +0300

Stefan Sperling wrote on Mon, Jun 04, 2012 at 14:52:59 +0200:
> On Mon, Jun 04, 2012 at 05:50:11AM -0700, Skylar Thompson wrote:
> > It looks like ages ago I added an svn:keywords line in the autoprop
> > section of ~/.subversion/config and had since forgotten about it.
>
> Ah, that explains it. Thanks!

Should we patch the reproduction template to account for this, then?

Index: publish/docs/community-guide/repro-template.sh
===================================================================
--- publish/docs/community-guide/repro-template.sh (revision 1339099)
+++ publish/docs/community-guide/repro-template.sh (working copy)
@@ -22,6 +22,11 @@
   SVNADMIN=`which svnadmin`
 fi
 
+# Make sure we don't use $HOME/.subversion/.
+SVN="${SVN} --config-dir=./svn-repro-config-dir"
+SVNADMIN="${SVNADMIN} --config-dir=./svn-repro-config-dir"
+SVNSERVE="${SVNSERVE} --config-dir=./svn-repro-config-dir"
+
 # Use English output.
 LC_ALL=C; export LC_ALL
 

(Ideally we would have "--no-config-dir" of some sort, but the above
works with existing released code
Received on 2012-06-05 14:54:51 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.