On Thursday 24 September 2009 11:38:58 you wrote:
> From: Phil Pinkerton [mailto:pcpinkerton_at_gmail.com]
> Sent: Wednesday, September 23, 2009 7:00 PM
> To: users_at_subversion.tigris.org
> Subject: Why is there no "find" command in Subversion ?
>
>
>
> It would be really helpful to have a "find" command in Subversion for
> locating files or directories.
>
> Is it just to difficult to develop ?
>
> Anyone else think it would be useful ?
>
> How do others search large complex repositories for files ?
>
>
>
>
> I'd say most people use a web site to search the repo. Trac has
> something, as does VoilaSVN, and a few others that have lucene-based
> indexing.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
> 399184
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
In Linux you could try something like 'svn list | find your_file'
There is also a project aimed at providing support for searching into svn
repos: http://svnquery.tigris.org/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2399187
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-24 10:47:13 CEST