Re: [PATCH] Searching in log
Alexander Mueller <[email protected]> Sat, 12 Jan 2013 20:52:52 +0100
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Mirek, thanks for the post. Sorry I found now time to check the patch and apply or comment it. My first feeling here is, it might be a good idea to split the patch up into several parts, like the migration to a .RapidSVN config directory into one patch and so on. This makes it easier for me to understand the intent and the implications of the patch in contrast to one monolithic big patch. Am 29.12.2012 09:21, schrieb Mirek Jezbera: > Hello, > I have implemented searching in log. You can search in comments, affected files > or by author. It is implemented using SQLite to index data from repository. > For rapidsvn repository with 8263 revisions it tooks about 25 seconds to > reindex and index file has 2 MB. Because index file is stored in same place as > config file, I have implemented migration code to move config file ~/.RapidSVN > to ~/.RapidSVN/config.ini. > Searching is IMHO quite fast. I have two TODOs in log_dlg.cpp - I don't know how > to log errors from log dialog. > Users without SQLite should compile rapidsvn, but this functionality will be > hidden. > Feel free to comment the code. > ------------------------------------------------------ http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=668&dsMessageId=3042992 To unsubscribe from this discussion, e-mail: [[email protected]].