Find file in repo

2010-11-23 Thread Gerardo Corro

Hi all,
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.
Thanks in advanced.
///RGB
  

RE: Find file in repo

2010-11-24 Thread Gerardo Corro

Thanks a lot, this solved my problem.
Best regards

> Date: Tue, 23 Nov 2010 13:06:16 +0100
> From: pi...@kabot.net
> To: users@subversion.apache.org; rob_gar_...@hotmail.com
> Subject: Re: Find file in repo
> 
> 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=