开发者

Commands to get SVN Log Output in a Copy,Pastable Format

开发者 https://www.devze.com 2023-01-20 00:07 出处:网络
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开发者_如何学Py

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开发者_如何学Python. I use VisualSVN and Tortoise SVN but I don't see a way to copy the log outputs.


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


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

See also the "svn log" command.

0

精彩评论

暂无评论...
验证码 换一张
取 消