msbuild support for tortoise svn
is there a way to perform svn operations such as checkout using msbuild and tortoise SVN. Is there any msbuild task to do just the thing... If so please show me how.
Hi!
I'm using exec task:
<Exec ContinueOnError="false" WorkingDirectory="$(SolutionDir)" Command=""C:\Program Files\Subversion\bin\Svn.exe" revert -q -R "$(SolutionDir)."" />