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

Re: Trying to find an old file in my repositroy.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-12 18:45:39 CET

On Fri, 2003-12-12 at 11:37, Wadsworth, Eric (Contractor) wrote:
> Hi,
>
> Somewhere, deep in the misty dark ages of my repository, there is a
> particular file I'm trying to find. I'm sure it's been moved a dozen times.
> What's the best way to find such a thing? Right now I'm checking out version
> after version, looking for it.

Repeated checkouts?!?! Ahhh, stop that! That's what 'svn log -v' is
for!

Brute force: run 'svn log -v' on the root URL of your repository. Save
the output. Then grep for all deleted files ("D /some/path"). If it
were me, I'd just do an incremental search in emacs.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 12 18:46:24 2003

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.