Ben Collins-Sussman wrote:
>On Fri, 2004-07-09 at 08:11, Robert Zeh wrote:
>
>
>>Are there any plans for a way to do a search for filenames inside of a
>>repository? I like something similar to the unix find command, but for
>>the repository instead.
>>
>>
>
>No plans that I've heard of. But the repository exports a filesystem
>API, so it should be easy to write something like this. You could even
>do it using the perl or python API bindings.
>
>
>
>
Would it be possible to place the find on the server side of things? My
limited
experience is that it's better to execute the query on the server and
stream the results back. Otherwise you end up sending more data over
the network then you have to. My experience is the network is the
bottleneck, but most of my experience is with financial systems, not
version control systems...
Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 9 17:34:02 2004