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

Registry values OverlayExcludeList and OverlayIncludeList contain line-feeds

From: Kresten Birkegaard Jensen <kesse.dk_at_gmail.com>
Date: 2006-06-28 19:11:02 CEST

Hi

I resently updated the OverlayExcludeList and OverlayIncludeList's
on our TSVN installations on our entire network. (150+ installations)

I wanted to do this via a reg file containing the include and exclude
lists.

What I did:
1. Added the file paths to the include and exclude lists via TSVN settings
2. Used regedit to export the [HKEY_CURRENT_USER\Software\TortoiseSVN]
section of the registry.
3. Deleted the OverlayExcludeList and OverlayIncludeList values from
registry
and tried to import them again.

What Happened:
Nothing :(

What I expected:
That the values would be added to registry again.

Findings:
1. It seems that reg files are not able to handle linefeeds, and therefore
the entries
in the reg file which contain linefeeds are ignored.
2. TSVNCache.exe is not able to read the values if they are not separated by
a
linefeed.

Workaround:
Created C# program to input the values into registry with linefeeds.

Suggestion:
Change the format of the lists to comma separated instead of linefeed
separated.

Thank you for your time
Kind regards Kesse
Received on Wed Jun 28 19:11:30 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.