Where is svn.exe in my machine?

前端 未结 14 1338
眼角桃花
眼角桃花 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:10

    I installed TortoiseSVN-1.12.2.28653-x64-svn-1.12.2 in Windows 10 with commandline tool enabled. Still it didn't have the svn.exe file inside the bin folder.

    So I downloaded Apache Subversion commandline tools from https://www.visualsvn.com/files/Apache-Subversion-1.13.0.zip. After unzipping, I have put the following two locations into my PATH variable:

    C:\Program Files\TortoiseSVN\bin
    E:\Apache-Subversion-1.13.0\bin
    

    Everything works fine for me after this configuration.I wanted to use SVN in VsCode IDE.

提交回复
热议问题