问题
Possible Duplicate:
Where is svn.exe in my machine?
I try change username for my repository with command
svn propset --revprop svn:author
I cannot find program svn.exe. What is wrong
回答1:
Current versions of TortoiseSVN do not install command-line SVN client by default. You'll have to:
- Select it explicitly in the installer (see comment by Stefan)
- Download it and install it separately from http://subversion.apache.org/packages.html.
回答2:
- You can set properties over GUI
- You can make full install of TSVN 1.7.*, which have command-line svn-programs
来源:https://stackoverflow.com/questions/7912169/where-is-svn-exe-for-tortoisesvn