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.