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

--no-config-dir option?

From: Alan Barrett <apb_at_cequrux.com>
Date: Thu, 23 Dec 2010 16:54:27 +0200

Is there a way to prevent svn from creating a $HOME/.subversion
directory? I know how to make it put the directory in a different
location using --config-dir=/wherever, but I want to avoid creating
it entirely. I can't find an option like "--no-config-dir" or
"--config-dir=none".

I have discovered an ugly workaround: If I set
--configdir=/nonexistent/nonexistent (giving the name of a directory
that does not exist, and whose parent also does not exist), then the
absence of the parent directory means that svn will be unable to create
the child directory.

--apb (Alan Barrett)
Received on 2010-12-23 15:55:14 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.