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.
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.