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

[TSVN] Changing location of stored commit messages

From: Valik <vampire.valik_at_gmail.com>
Date: 2005-07-07 19:29:33 CEST

I posted this once before about a month ago but didn't see any replies
in the archive. I'm posting again in the hopes that my first message
was unintentionally ignored rather than intentionally ignored because
nobody felt my comments were valid. Having been reading the list for
the past week or so and seeing how you guys quickly respond to things, I
think it was a case of the former more than the latter.
 
Anyway, the bulk of the original post follows.
 
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.

 

 

- Valik

 

 
Received on Thu Jul 7 20:00:35 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.