On Apr 19, 2004, at 2:39 AM, Branko Čibej wrote:
> 3.3 Indexing configuration
>
> The repository grows a new configuration file, conf/revpropindex. The
> format of the file is as follows:
>
> [propname]
> unique = [TRUE/false]
> multiple = [FALSE/true]
>
> Revprops that do not appear in the config file are not indexed. The
> default contents of this file are:
>
> [svn:date]
> unique = false
> multiple = false
> [svn:name]
> unique = false
> multiple = true
>
> The svn:date and svn:name indexing cannot be turned off, neither can
> the
> indexing parameters change (in effect, we may as well not actually
> enable these in the revpropindex config file).
I would suggest also turning svn:author indexing on by default, so that
something like 'svn log --author kfogel' could be implemented. I
personally find myself searching through log history based on username
quite often at work with perforce, and think that our lack of suck
support is unfortunate.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 19 14:23:41 2004