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

Re: global-ignores & windows registry

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-08-06 10:24:43 CEST

Roger Talkov wrote:

> When I add a value of global-ignores to the Config/Miscellany key for
> Subversion
> it does not seem to work. could someone send me an export of their
> Config/Miscellany key

Here's the .reg file that's produced:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Tigris.org\Subversion\Config\miscellany]
"global-ignores"="*.class"

Now, you must understand a few things:

    * Settings in HKEY_CURRENT_USER will *override* those in
      HKEY_LOCAL_MACHINE (they don't get merged).
    * Settings in the config file will *override* anything in the Registry.
    * Items that are under revision control will never be "ignored".

Hope that helps.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 6 10:27:48 2003

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

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