[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: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-17 10:13:53 CEST

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.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 17 12:42:44 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.