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

Re: retrieving changelog of deleted files.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-10 04:41:43 CEST

On May 9, 2005, at 9:13 PM, Alan Knowles wrote:

> I was attempting to find out when a file or folder was deleted, but
> could not find any 'clean' way of doing it, has anyone any
> suggestions..
>
> obviously using log on the root folder, and grepping for the file way,
> but it's horribly inefficient/slow..
>

Run 'svn log -v' on the immediate parent directory, and grep. Much
faster, because you're looking at far fewer revisions.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 10 04:43:41 2005

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.