On Tue, Nov 23, 2010 at 7:06 AM, Piotr Kabacinski <[email protected]> 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
[email protected]
