Where is svn.exe in my machine?

前端 未结 14 1380
眼角桃花
眼角桃花 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 02:56

    def proc = 'cmd /c C:/TortoiseSVN/bin/TortoiseProc.exe /command:update /path:"C:/work/new/1.2/" /closeonend:2'.execute()
    

    This is my 'svn.groovy' file.

提交回复
热议问题