views:

21

answers:

2

I need to send a list of changed files with extra notes from commits I've done over the past week.

I'm looking for a way to get SVN log output in a format I could paste into an email. I use VisualSVN and Tortoise SVN but I don't see a way to copy the log outputs.

A: 

The easiest is probably to use the svn command line client. You can find it here

See also the "svn log" command.

jeroenh
+1  A: 

i cant do this via a command - but if you are in the Tortoise svn log then select a reange of revision and then right click and "copy to clip board" and it will give you the following format:

Revision: xxxxxx Author: user Date: 11:19:21, 05 October 2010 Message:


hope it helps

paul

PaulStack
Didn't notice the right click command, thanks.
jfar
i know its not ideal but its fine if you dont have command line access to the SVN server
PaulStack