开发者

how to update SVN on a folder and build a csproj automatically?

i'm extending my precompiling application by automating the following steps:

1) update the SVN on a开发者_开发技巧 folder (we're using TortoiseSVN, unfortunately)

2) do a programmatic build on the csproj after an update was made

I would like to know how i can accomplish these in c#?

thanks.


Maybe you should also consider using CruiseControl.NET to manage all your continuous integration tasks.


Use reflector to take a look at the custom msbuild task for svn update, and compile, and see how it's already been done for you.

Or write a process.exec method in c# that call's the command line for svn update, and msbuild compile .

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜