PDA

View Full Version : Routing output of SVN Diff command


Shiamak
12-06-2012, 08:17 PM
Hi,
I am already logging output to a log file, I am trying to use SVN Diff command built into VBP and I wanna re-route out of SVN diff to a different log file, is it possible? if yes then how this can be achieved?

kinook
12-06-2012, 11:24 PM
Set the Subversion step's Command to run before main command field on the Advanced tab to

%DOSCMD%

and add

>c:\path\to\file.ext

to the end of the Additional switches field on the Options tab.

Shiamak
12-07-2012, 01:19 PM
IT worked...Thanks for your prompt reply.