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

[TSVN] Feature Change: Store commit message history on disk, not in registry.

From: Valik <vampire.valik_at_gmail.com>
Date: 2005-06-13 21:50:30 CEST

I like the idea of storing previous commit messages, but I don't like the
location they are stored in. Doing a large number of commits or committing
with long messages will cause an unnecessary increase in the size of the
registry hive(s). Making the registry larger will in turn begin to affect
overall system performance since there will be more stuff to process when
applications access the registry.
 
My suggestion is to use a specially formatted file stored on disk to hold
the data. Storing on disk will not bloat the registry. Even Microsoft
states on MSDN that things should be stored on disk with just a path stored
in the registry instead of storing the contents of the file directly in the
registry.
 
The actual storage format or location doesn't matter. I can see INI or XML
files being used in conjunction with either a profile specific location
(%APPDATA%) or a public location with the correct file pointed to by a
string in HKEY_CURRENT_USER.

Please CC any replies to me as I am not subscribed to the mailing list.

- Valik

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jun 13 21:53:49 2005

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.