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?
VisualSVN Server doesn't add svnlook to PATH environment variable to prevenent conflicts with other Subversion client. You should use VISUALSVN_SERVER environment variable to access svnlook using full path. I.e.
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
;