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

Re: Consolidated lsit of file changes in selected change lists

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-11 02:51:07 CEST

On 6/10/07, Myles Jeffery <myles_jeffery@hotmail.com> wrote:
>
>
> Hi. When making a bew release I first get a list from SVN of all the file
> changes made since the last release. I do this through the "show log"
> command. Then selecting the required change lists and clicking "copy to
> clipboard". This gives a list of all the file changes but also lots of other
> information such as date, time, change message etc. Also, if a file was
> changed more than once it is listed more than once. All I want is a
> consolidated list of all the file changes made; in a format that can be
> easily parsed by a script.
>
> Is there a command to do this with TortoiseSVN?

If you're going to be parsing the results in a script, get the
command-line client from http://subversion.tigris.org/ . svn diff
--summarize will output exactly what you want, in an easily-parseable
format.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Jun 11 03:07:42 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.