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

RE: Revision help

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Wed, 2 Apr 2008 15:13:39 -0500

> From: Brian Erickson [mailto:erickson_at_BAUERCONTROLS.com]
> Sent: Wednesday, April 02, 2008 2:54 PM
> To: users_at_subversion.tigris.org
> Subject: Revision help
>
> Hi all,

> Is there an easy way to find the revision of the repository where
> a file (or folder) was deleted?

> Thanks,
> Brian

Unix:
svn log -v svn://server/repos | egrep '^r[0-9]|^ D .*FILENAME' | more

Windows:
svn log -v snv://server/repos | findstr /i "^r[0-9] FILENAME" | more

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-02 22:14:15 CEST

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.