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

Re: [TSVN] Is Exclude List currently Broken? FOUND & BUG?

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-09 08:40:35 CET

On Thu, 9 Dec 2004 16:55:01 +1300, Moretti, Giovanni
<G.Moretti@massey.ac.nz> wrote:
> BUG???
> ==============================================================
> Having ANY "global-ignores" line active in the "config" file
> causes the TortoiseSVN "Exclude" settings to Stop working!!!
> ==============================================================

This is by design: Subversion has several places where config options
can be stored:
registry (what TSVN uses)
user config file
global config file

Now, as the Subversion book clearly states:
Registry-based configuration options are parsed before their
file-based counterparts, so are overridden by values found in the
configuration files. In other words, configuration priority is granted
in the following order on a Windows system:

   1. Command-line options
   2. The per-user INI files
   3. The per-user Registry values
   4. The system-wide INI files
   5. The system-wide Registry values
(from http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1)

So by activating the global ignores in your config file, you're
_overwriting_(!) the settings you made in TSVN.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Dec 9 08:41:17 2004

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

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