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

Re: RFC: Revision indexes for 1.1

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-04-19 14:23:20 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.