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

Re: Find file in repo

2010-11-23 Thread David Weintraub
On Tue, Nov 23, 2010 at 7:06 AM, Piotr Kabacinski 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://svnser

Re: Find file in repo

2010-11-23 Thread Piotr Kabacinski
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:/

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