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

Re: Find file in repo

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 23 Nov 2010 09:12:32 -0500

On Tue, Nov 23, 2010 at 7:06 AM, Piotr Kabacinski <piotr_at_kabot.net> wrote:
> Hi, maybe it's not exactly what you are asking for, but try to use something
> like this:
> svn ls -R svn://svnserver/repo | grep LoginInterceptor.c

If you're on Windows, you can use "find" instead of "grep"

    $ svn ls -R svn://svnserver/repo | find "LoginInterceptor.c"

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-11-23 15:13:08 CET

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

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