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

Re: Registry values OverlayExcludeList and OverlayIncludeList contain line-feeds

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-28 21:56:05 CEST

Kresten Birkegaard Jensen wrote:

> Yes I see your point, and you are right the registry is able to handle
> the linefeed. However it would be nice to be able to yes the standard
> Windows tools to edit TSVN's registry settings.

Well, the registry has an API, we're using that API correctly. So if
some tools can't handle our entries there, it's really not our fault.

Besides: I think you're the only one who wants to export those settings
and apply them on other computers. Because for that to work, you must
force every user to have the exact same folder structure on their
harddrive. Otherwise the paths won't match.

> My bad, yes you are right a comma is a valid path char, perhaps a ':',

':' is part of a path. Example: "C:\"

> '|' or 'wide space' separator or ; separated like the path environment

'|' is a valid char for paths too (you can create such files if you want
to), 'wide space' is valid too.

> variable
> located here: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
> Session Manager\Environment\path ?

We'd have to write a parser for that to work. And honestly, I don't want
to do that just for a feature you shouldn't be using in the first place
(forcing users to have the same dir layout is bad, because you won't
catch hardcoded paths in your sourcecode).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jun 28 21:56:17 2006

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

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