Subject: | cannot commit 'move' operations if mirrored path doesn't end with a slash |
I have our dev repository mirrored. The '0' revprop file says
Show quoted text
> svn:svnsync:from-url
> https://netvor.sk/svn/arcomage
Notice that there is no trailing slash at the end of the url, unlike
some of my other dev mirrors that I frequently use.
Whenever I attempt to commit a 'svk move' operation, it fails with
Show quoted text> Merging back to mirror source https://netvor.sk/svn/arcomage.
> RA layer request failed: Server sent unexpected return value (405
Method Not Allowed) in response to PROPFIND request for '/svn/
arcomagedev/xslt/templates/template_deck.xsl'
Show quoted text> Please sync mirrored path /dev/xslt first.
Notice that the propfind request url is '/svn/arcomagedev/xslt/...'
when it should be '/svn/arcomage/dev/xslt/...'. In other words, a slash
(/) is missing somewhere during the url string construction.
Attached is my local 'config' file, which might be of importance.
Subject: | config |