开发者

How to extract the SVN Commit logs to a notepad from MSBuild

开发者 https://www.devze.com 2023-01-26 10:12 出处:网络
Can anybody help me to extract/export the comments(Comments which we include while committing the changes to SVN) from SVN to开发者_如何学Python a notepad using MSBuild.I added

Can anybody help me to extract/export the comments(Comments which we include while committing the changes to SVN) from SVN to开发者_如何学Python a notepad using MSBuild.


I added

<Exec Command="svn log ..\properties\assemblyinfo.cs --xml > ..\releasenotes.xml"/>

to my msbuild file. I'm updating assemblyinfo automatically with the SVN version number else where in the msbuild file.

This is xml format but if you remove the --xml it will be plain text.

0

精彩评论

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