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

Re: How to know the files modified during the last update

From: Eli Carter <eli.carter_at_commprove.com>
Date: 2007-04-17 18:23:35 CEST

On Tuesday 17 April 2007, Ryan Schmidt wrote:
> On Apr 17, 2007, at 02:51, thomas Armstrong wrote:
>
> > How can I access the list of the files modified during the last update
> > (revision 455 to 456)?
>
> svn diff -r455:456 --summarize
>
> The --summarize switch is available as of Subversion 1.4.0. For
> earlier versions, you'll have to do some shell scripting trickery.

Example of such trickery:
svn diff -r455:456 | diffstat -p0

Eli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 17 18:26:34 2007

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.