Where is svn.exe for TortoiseSVN? [duplicate]

删除回忆录丶 提交于 2019-12-18 18:33:58

问题


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:


  1. You can set properties over GUI
  2. 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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!