Hi I have TortoiseSVN installed and I need to create a bat file to commit. I read this but when I try it I get an error that svn is an un-recognised command. How do I get around this.
Asked
Active
Viewed 231 times
0
-
1Answered here: http://stackoverflow.com/questions/2967176/where-is-svn-exe-in-my-machine – avri Jan 31 '13 at 07:36
-
The question you linked to has the answer you need. You must use svn.exe. You "get around this" by installing svn.exe. It's included in the installation of TortoiseSVN 1.7 and newer - so if you have that, you just need to update $PATH% to include the path where it's located, or specify the full path to the EXE. – alroc Jan 31 '13 at 13:52