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

Re: [TSVN] All files modified since revision

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-07-08 22:22:17 CEST

Nick Gilbert wrote:

> Is there an easier way to get a list of all files modified since
> revision x?

The quick and dirty solution would be "svn diff -r x:HEAD" from the
parent directory of your working copy (where x is the revision number),
and look for files that begin with "Index:". If you have Perl installed
on your development machine, this should do the trick:

svn diff -r x:HEAD |perl -ne "print if s/^Index: //"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 8 23:30:39 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.