Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is svn.exe for TortoiseSVN? [duplicate]

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

like image 805
NieAR Avatar asked Oct 27 '11 05:10

NieAR


People also ask

Where is svn exe TortoiseSVN?

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 .

How do I find my svn?

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.

How do I find svn in Windows?

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.


2 Answers

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.
like image 85
JB Nizet Avatar answered Oct 04 '22 09:10

JB Nizet


  1. You can set properties over GUI
  2. You can make full install of TSVN 1.7.*, which have command-line svn-programs
like image 45
Lazy Badger Avatar answered Oct 04 '22 10:10

Lazy Badger