[
https://issues.apache.org/jira/browse/SVN-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144815#comment-17144815
]
Daniel Shahaf commented on SVN-4854:
------------------------------------
The first example has already been changed in 1.14.x@HEAD (merged in r1878211).
(Incidentally, there's a possible grammar issue with that change: see the
r1878211 thread on dev@.)
Why is it wrong for each of the last two cases to error about /other
or /parent/other not existing rather than about /parent not existing?
Cheers,
Daniel
> a problem of svnmucc mkdir
> --------------------------
>
> Key: SVN-4854
> URL: https://issues.apache.org/jira/browse/SVN-4854
> Project: Subversion
> Issue Type: Bug
> Components: svnmucc
> Affects Versions: 1.10.6
> Environment: CentOS 6.6
> Subversion 1.10.6
> Reporter: Nathan Qian
> Priority: Major
>
> # /usr/local/bin/svnmucc -U URL -m MESSAGE mkdir '/parent/subdir' mkdir
> '/parent'
> svnmucc: E160020: Path 'parent' already exists
>
> But:
> # /usr/local/bin/svnmucc -U URL -m MESSAGE mkdir '/parent' mkdir
> '/parent/subdir'
> r506 committed by root at 2020-04-27T12:18:21.419619Z
> It works.
>
> In the version 1.8.15, both of these two commands can be run;
> Also the error of the first command is definitely wrong. The '/parent'
> directory does not exist.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)