[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: Piotr Kabacinski <piotr_at_kabot.net>
Date: Tue, 23 Nov 2010 13:06:16 +0100

On 23-11-2010 12:49, Gerardo Corro wrote:
> How can I get the path of one file in a SVN repo?
>
> Supouse I want to find a file named "LoginInterceptor.c" with its
> complete path in one SVN repo.

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

-- 
Piotr Kabacinski
a2Fib3Q=--------
Received on 2010-11-23 13:06:46 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.