On Fri, Feb 24, 2012 at 11:21:54AM -0500, Anastasio, David M CTR USAF AFMC ESC/HNID wrote: > The Subversion documentation references UNIX command line examples (svn > import) but I'm working on a WINDOWS desktop; how do I invoke the > Subversion commands on a WINDOWS platform?
If you install TortoiseSVN there is an option you can pick during install to get command line tools. Alternatively, get a set of binaries from http://subversion.apache.org/packages.html#windows SlickSVN is the most minimal set -- just the client command line tools. Now open a cmd.exe prompt and you can run commands from the documentation. One important exception: Where the svn book says ^/trunk, on windows you'll need to put ^ twice, i.e. ^^/trunk.