- Not interested in any source control OR shell integration.
This is basically to make regular gets on certain third party archives. I would really prefer not to deal with SVN in any way in my shell or visual studio.
Native / C# preferred (as i have those runtimes already installed).
Anyone a recommendation under those circumstances?
Simply use the basic subversion client binary, a compiled Windows package with installer can be downloaded at CollabNet.
Just add the program path to
$PATHand you can do asvn updateorsvn checkoutfrom anywhere on your system. You can even automate the processes using batch files or Windows scripts.