43

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

Community
  • 1
  • 1
NieAR
  • 1,385
  • 6
  • 20
  • 31

2 Answers2

68

Current versions of TortoiseSVN do not install command-line SVN client by default. You'll have to:

Jan Derk
  • 2,552
  • 27
  • 22
JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255
  • 30
    TSVN 1.7 has the SVN command line client tools included, but you must explicitly select them during installation. – Stefan Oct 27 '11 at 14:23
  • This answer shows how to install TortoiseSVN and the svn command-line client using msiexec: http://stackoverflow.com/a/40281053/755405 – W1M0R Oct 27 '16 at 09:38
  • 3
    You can re-download the installer, and choose "modify" to select the command line tools to be installed. – Marc Brillault Feb 22 '17 at 09:38
8
  1. You can set properties over GUI
  2. You can make full install of TSVN 1.7.*, which have command-line svn-programs
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110