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

Re: How to control where to put .subversion directory

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Thu, 5 Jan 2012 12:47:19 -0600

On Jan 5, 2012, at 11:49, Phil wrote:

> Not sure if this is even possible but subversion place the ".subversion" directory based on your unix environment variable called $HOME. Well, on one server, we have specifically specify $HOME to a location that could be deleted in the future. If that's the case, then there goes the ".subversion" information. So, can the ".subversion" directory be backed up and manually move it somewhere else? I'm assuming not since the subversion program is relying on the $HOME variable. If that directory every got lost, what's the best approach on recovering it so that subversion can still function as normal. Thanks for your inputs.

The .subversion folder only contains your settings. If it's missing, Subversion will create a new one from its defaults.

You can specify an alternate location for this directory by using the --config-dir argument. You'd have to specify it every time you run the svn command.
Received on 2012-01-05 19:48:00 CET

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.