Hi I have a hidden share on the server \\BBDD\AAA$
and the post-commit hook looks like: "C:\Program Files\VisualSVN Server\bin\svn.exe" co https://BBDD/svn/Development/ABC -r HEAD "\\BBDD\AAA$\PROD\MFG\" --password xXxXxXxXx svn.exe cannot resolve the path when the $ sign is used. When I use an unhide share for a moment the hook is parsed correctly. The error code is: post-commit hook, svn: E020024: Error resolving case of "\\BBDD\AAA$\PROD\MFG\" Does anyone know how I can use the $ sign to be parsed by svn.exe? Thanks Kamil