Svn – ‘svnlook’ is not recognized as an internal or external command. VisualSVN server

svnvisualsvn-serverwindows-server-2003

I have VisualSVN running on a Windows 2003 64 bit server. I'm storing my repository on a NAS and using UNC path.

The problem comes in when using svnlook in a hook bat file.

I get:

'svnlook' is not recognized as an internal or external command,

I have a similar set up on a Window 2003 32 bit server that runs with out issue. The two variables are the 64 bit OS and the UNC path.

Any ideas how to get my hook script to work?

Best Answer

Write the full path to svnlook in the batch file or add the directory where it resides to your PATH environment variable.

To change the value of PATH

  • Right-click on My Computer to open System properties
  • Under the Advanced tab click on the Environment Variables button
  • Select PATH under System Variables
  • Click the edit button
  • Prepend the directory path and a ;