Philip Martin created SVN-4619:
----------------------------------
Summary: HTTP redirect for mkdir/copy URL
Key: SVN-4619
URL: https://issues.apache.org/jira/browse/SVN-4619
Project: Subversion
Issue Type: Improvement
Components: libsvn_client
Affects Versions: all
Reporter: Philip Martin
Priority: Minor
The HTTP redirect support doesn't work automatically for all commands, in
particular mkdir and copy:
$ svn mkdir -mm http://localhost/PERM/repo/X
svn: E170011: Repository moved permanently to 'http://localhost/repo'
$ svn cp -mm http://localhost/PERM/repo/A ^/B
svn: E170011: Repository moved permanently to 'http://localhost/repo/A'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)