Where is svn.exe in my machine?

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

    TortoiseSVN doesn't use svn.exe it has SVN library compiled in. If you need to run your own tasks you would have to install stand alone subversion client. You either from Cygwin [http://cygwin.com ] or get a native version from http://subversion.apache.org/packages.html#windows

提交回复
热议问题