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
During the installation of TortoiseSVN, check the Command Line Client Tools. This will create the file svn.exe inside the folder C:\Program Files\TortoiseSVN\bin .
http:// or https:// This is svn over http or https. You need to find the virtual host in your apache configuration and look for a <Location> section that matches your url path and look for a SVNPath or SVNParentPath config line. This will tell you the location of your subversion repository.
Once installed you might need to add the folder containing svn.exe to the system PATH as described here so that it is available in your console. To check if it was already added by the installer open a new console and type echo %PATH% . Use set on its own to see all environmental variables.
Current versions of TortoiseSVN do not install command-line SVN client by default. You'll have to:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With