[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Post commit hooks: how to parse $ sign

From: Kamil Libich <kamil.libich_at_gmail.com>
Date: Fri, 16 May 2014 10:25:34 +0100

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
Received on 2014-05-16 23:17:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.