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

Re: Settings in registry don't work on command line

From: Branko Čibej <brane_at_wandisco.com>
Date: Wed, 03 Jul 2013 15:28:39 +0200

On 03.07.2013 14:50, Edward Armes wrote:
> Hi,
>
> I am using the latest slik subversion client on a windows server 2008 system, and it appears that from the command line it doesn't honour registry settings set in HKEY_LOCAL_MACHINE/SOFTWARE/Tigirs.org/Subversion/Servers.
>
> Slik say they use a clean build off the latest release minus the extra modules and the apr agent

The logic for reading Subversion configuration on Windows hasn't changed
since 1.0.

Most likely you're overriding the configuration somewhere else. The part
of the registry you refer to has the lowest priority; it can be
overriden by, in the following order (from lowest to highest priority):

  * the default user profile (in %COMMONAPPDATA%);
  * the HKEY_CURRENT_USER registry area
  * the current user's profile (in %APPDATA%).

Any of these places may be overriding the setting you're trying to set
in HKEY_LOCAL_MACHINE.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2013-07-03 15:29:12 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.