0

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.

Community
  • 1
  • 1
David
  • 5,013
  • 14
  • 38
  • 65
  • 1
    Answered 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

1 Answers1

0

Using the answer avri gave me I downloaded this and installed it on my ci server.

David
  • 5,013
  • 14
  • 38
  • 65