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

Re: how to get the list of all changed files between to revisions?

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-06-21 21:24:39 CEST

steven11@gmx.de wrote:
>> how can I get the list of all changed files between to revisions?

Moshe Gurvich wrote:
> svn diff repo/trunk -r 12:15|grep "^Index: "|perl -pe "s/^Index: //"
or just
   svn diff repo/trunk -r 12:15|sed -n "s/^Index: //p"

1.4 (of which I understand the 1st RC to be imminent) has an additional
diff argument --summarize which will do exactly what you want.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 21 21:25:34 2006

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.