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

Re: How can i display all the file changes in a single revision on command line?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 29 Oct 2008 11:41:43 -0400

On Wed, Oct 29, 2008 at 11:29, baz themail <bazthemail_at_gmail.com> wrote:
> How can i display all the file changes in a single revision on command line?
> What command should i use? Thanks. A.

The actual changes themselves, or just which files changed?

Files changed: svn diff --summarize -rREVNUM-1:REVNUM
Actual content changes: svn diff -rREVNUM-1:REVNUM

I'm pretty sure this is covered in the manual. http://svnbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-29 16:42:09 CET

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.