I've tried and tried to create a post-commit hook to export the
repository to a directory. It works if I hard code the path in, or if
I use http:// and hard code the url in. I'd like to use the variable
that VisualSVN Server says is available as %1 (path to the
repository), but it appears that variable is url encoded, so slashes
are showing up as %5C, and the command line isn't able to connect to
the repository. Is there a way to change this behavior, or am I forced
to hard code the paths in for every repository we have?

Reply via email to