#1
|
|||
|
|||
Routing output of SVN Diff command
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? |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
IT worked...Thanks for your prompt reply.
|
|
|