问题
I have just installed that latest stable release of TortoiseSVN on Windows Server 2003 and restarted the server. I can create a new repository using the right-click menu in windows explorer but using "svn" anything from the command prompt returns
'svn' is not a recognised internal or external command
When I have installed TortoiseSVN previously in XP or Vista it has worked fine. What am I missing here?!
EDIT: The specific command I need to run is
svnadmin load repository-name < repository-name.dmp
回答1:
TortoiseSVN does not install the command line tools for SVN. Did you by any chance also install VisualSVN on your other machine? (which does include the command line tools)
回答2:
I have installed TortoiseSVN for the GUI based tool. But, I need command like tool for my automated build script where auto check out and build occurs. I tried Slik-Subversion-1.7.4-x64 which gave me command prompt access for svn commands.
来源:https://stackoverflow.com/questions/922365/command-prompt-not-working-after-installing-tortoisesvn