PDA

View Full Version : Save Subverison command (Log) Output to file.


koderiter
10-14-2009, 12:05 PM
I am using the SVN command Log and with the XML output format, and I'm getting what I want, but how do I save that ouput to a file?

Thanks.

kinook
10-14-2009, 12:24 PM
In the following step, use a Write File action to write LASTSTEP_OUTPUT to a file.
http://www.kinook.com/VisBuildPro/Manual/writefile.htm
http://www.kinook.com/VisBuildPro/Manual/systemmacros.htm

koderiter
10-14-2009, 12:33 PM
Thanks. that works great!