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

Re: [TSVN] MSI Installer Clobbers Previous Commit Message History?

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2004-12-23 00:42:20 CET

SteveKing wrote:
> Nathan Kidd wrote:
>
>> This was in the same repository and working copy. I previously had the
>> 1.1.1 official (r1857) installed. Is this behaviour expected when
>> upgrading from that release?
>
> Yes. We had to change the location in the registry where we store the
> history strings, so that each working copy can now have its own history.

Ah, so "ignores" would be more correct than "clobbers". Which means...

C:\> regedit /E migrate.reg HKCU\Software\TortoiseSVN\TortoiseProc
C:\> notepad migrate.reg

Change two lines...
[HKEY_CURRENT_USER\Software\TortoiseSVN\TortoiseProc\commit] ->
[HKEY_CURRENT_USER\Software\TortoiseSVN\History\commit16db334f-51d9-0350-863f-d33a1f133fc4]
(using correct UUID, of course)

[HKEY_CURRENT_USER\Software\TortoiseSVN\TortoiseProc\repoURLS] ->
[HKEY_CURRENT_USER\Software\TortoiseSVN\History\repoURLS]

C:\> regedit migrate.reg

Hmmmm, works for repoURLS, but only some of the log message history
entries get loaded (though they're all moved) which makes me suspect a
subtle format change, which makes me worried this will cause breakage.
Maybe comment migration isn't so essential after all. :)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Dec 23 00:43:26 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.