Nick Wellnhofer (JIRA) wrote on Tue, Dec 13, 2016 at 12:43:58 +0000: > > [ > https://issues.apache.org/jira/browse/SVN-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745065#comment-15745065 > ] > > Nick Wellnhofer commented on SVN-4579: > -------------------------------------- > > This change also broke Apache Lucy's release process. When we make a release > candidate an official release, we do something equivalent to > > {noformat} > svnmucc \ > mv dev/lucy/rc/tarball.tar.gz release/lucy/tarball.tar.gz \ > rm dev/lucy/rc > {noformat}
Agreed that this should work; forwarding to dev@ for attention. Reproduction: % svnadmin create r % svnmucc -U file://$(pwd)/r mkdir A put r/README.txt A/mu -m r1 >/dev/null % svnmucc -U file://$(pwd)/r mv A/mu mu rm A -m r2 svnmucc: E200009: Can't delete node at 'A' > It's not a big deal for us to issue two commands, but this seems like a > regression to me.