Msbuild and SVN update
问题 I want to write a simple task which will update and commit source code that was Nightly build to SVN. I was on the msbuildtasks.tigris.org page, and downloaded the dll's but I have no idea how to write it. Could you please provide some basic samples? 回答1: Here is an example (taken from the MSBuild Community Tasks Build) that does exactly that: <ItemGroup> <CommitFiles Include="www\index.html" /> <CommitFiles Include="www\MSBuild.Community.Tasks.Nightly.zip" /> <CommitFiles Include="www