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=--------