[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [jira] [Commented] (SVN-4579) svnmucc fails to process certain deletes

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 18 Dec 2016 15:44:15 +0000

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.
Received on 2016-12-18 16:47:22 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.