can I check out the code on windows machine?
Can I svn co "svn checkout" on 开发者_如何学运维my windows machine... without using svn tortoise? Is there any other method?
Yes. You can just install subversion. Windows binaries are located here: http://www.collab.net/downloads/subversion/ (http://subversion.apache.org/packages.html)
You can download command-line subversion clients for Windows from the Subversion Project website.
Sure. Donwload SVN package from here http://subversion.apache.org/ Then you can use svn from command line.
Well, you can install cygwin and a svn client with it. Seems like a lot more work though.
Am I correct in saying you are looking for a terminal command for Windows? In that case you are out of luck. CMD in Windows will not cut it. Try installing Cygwin. It might help.
精彩评论