Where is svn.exe in my machine?

前端 未结 14 1378
眼角桃花
眼角桃花 2020-11-29 02:41

I have Tortoise svn installed on my desktop. I want to perform some tasks using commandline svn.exe? But I am not able to find svn.

14条回答
  •  野性不改
    2020-11-29 03:18

    The subversion program code is linked into the TortoiseSVN binary. You can install a compatible discrete version if you need to access the repository from the command line.

    UPDATE: Recent versions of the TortoiseSVN package can install a discrete svn.exe in addition to the one linked into the GUI binary. It is located in the same bin directory where the main program is installed. In the installer, the command line tools need to be selected for this:

    (If you have already installed TortoiseSVN, then rerun the installer and select "Modify")

提交回复
热议问题