avoid auto-update of SVN meta files
From: Mark Thomas <mthomas_at_cmu.edu>
Date: Wed, 2 Jul 2008 16:28:10 -0400 (EDT)
My personal Subversion sandbox is located on a file system that is shared been machines running more-or-less stock releases of RHEL AS4 and RHEL5, with the RHEL AS 4 machines greatly outnumbering the RHEL5 machines. The Subversion releases on these machines are:
$ cat /etc/redhat-release
$ cat /etc/redhat-release
The issue I am having is that running a Subversion command with svn-1.4.2 modifies the .svn "Working Copy Administration Area" files so that svn-1.3.2 no longer works:
$ svn status
I know that for most users updating the administration files is probably the correct behavior most of the time. However, for me it is annoying, since an accidental "svn" on the wrong machine invalidates the .svn administration files for the machines I spend most of my time on.
What I would like is some value I could add to my ~/.subversion/config file that would prevent the automatic conversion of the .svn administration files to the newer format. I would prefer the svn-1.4.2 commands to fail with an appropriate message. There should be an explicit command I could give to svn to have it modify the .svn administration files to the newer version.
Thanks,
-Mark
---------------------------------------------------------------------
|
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.