You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2004/07/24 17:12:18 UTC

Re: Commercial Users of Subversion: LET ME KNOW

C. Michael Pilato wrote:

>Ron Bieber <ro...@bieberlabs.com> writes:
>  
>
>>5.  I'm not sure what this would be called, but it would be very useful
>>for us to be able to query a list of files/revisions that have a
>>property set to a certain value.   For example, "give me all files where
>>prop:defectnumber is 100".   I know this type of functionality was
>>discussed briefly in relation to tagging but I would use it in a
>>completely different way so this implementation would have to be
>>general.
>>    
>>
>
>Ah, I think I must have missed this suggestion in the past.  I can
>certainly see the utility of such a feature.  Do you envision this
>being something more than you can already do with shell tools?  Want
>me to write you a Python-bindings-using script to do this for you?
>:-)
>  
>
You can't do this efficently today. We don't have any kind of property 
index, so you'd have to walk the whole tree all the way back to r1 to 
return such a list. Equivalent in time to dumping the repository.

Yes, of course you can do this with shell tools...

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Commercial Users of Subversion: LET ME KNOW

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sat, 2004-07-24 at 13:12, Branko Čibej wrote:
> >>5.  I'm not sure what this would be called, but it would be very useful
> >>for us to be able to query a list of files/revisions that have a
> >>property set to a certain value.

> You can't do this efficently today. We don't have any kind of property 
> index, so you'd have to walk the whole tree all the way back to r1 to 
> return such a list. Equivalent in time to dumping the repository.

I don't think it's quite that bad, since we don't use diffy storage for
property lists.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org