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

RE: How use svn diff to also show commit messages

From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Thu, 18 Jun 2009 15:05:08 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: Nafter [mailto:HdOude_at_allshare.nl]
> Sent: 18 June 2009 14:57
> To: users_at_subversion.tigris.org
> Subject: How use svn diff to also show commit messages
>
> Which svn command line options do I have to use to also show
> the commit messages for each commited file?
>
> When I use the following
> svn diff --non-interactive --summarize -r 15470:15500 <url>
>
> I receive a nice summary list with changes between these revisions.
> Now however I still want to receive a summary list, but now
> including the commit messages (if there is any).
>
> is this possible?
> Or do I have to use svn info or svn status instead. Please
> keep in mind I don't have a working copy. I want to execute
> the diff directly on a URL.

svn log is your friend.

svn log -r15470:15500 <url>

Type svn help log for a complete list of options

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2363195

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-18 16:06:08 CEST

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.