[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: find a path in rep.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-08-19 22:43:34 CEST

"Jozef Hercek" <jozef@syncad.com> writes:

> Is here some way (command to find inside of rep., history, ...) ,
> haw can I find (quickly?) path to this file ?

I'd use 'svn log -v' on the top-level URL of the repos, redirect the
output to a file, and then grep in the file for the filename ('xxx').
That file didn't get into the repos without an add, so it has to be
listed in there somewhere.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 19 22:45:12 2004

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.