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

Re: svn find

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2006-02-17 17:03:05 CET

On Feb 16, 2006, at 14:02, Johannes Holzer wrote:

> Am Donnerstag, 16. Februar 2006 13:15 schrieb Kamesh Jayachandran:
>> Hi All,
>> I am planning to implement 'svn find' functionality.
>
> why not try a
>
> $ svn ls --recursive
>
> thats quite similar to a
>
> $ find
>
> in the same directory (in linux)...

You get a lot of false positives from the .svn dir that you need to
filter out.
Fine for a guru to do on each platform.

Being able to do an efficient find on a repos is hard unless its done
in the server.
Having ls stream the whole repos at you to do a grep on is not going
to be fast.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 17 17:19:07 2006

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.