You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Philip Martin (JIRA)" <ji...@apache.org> on 2016/02/03 18:26:39 UTC

[jira] [Created] (SVN-4619) HTTP redirect for mkdir/copy URL

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)