Nick wrote on Mon, Dec 20, 2010 at 18:17:02 -0500: > On Mon, 2010-12-20 at 19:19 +0200, Daniel Shahaf wrote: > > I can reproduce this with trunk: > > [[[ > > % cd wc1/trunk/ > > % touch a b c d > > % $svn add -q ? > > % $svn ci -q -m add > > % echo line1 >a >b > > % rm c; ln -s d c > > % $svn cl -q cltest a b > > % $svn ci --cl cltest > > subversion/svn/commit-cmd.c:156: (apr_err=145001) > > subversion/libsvn_client/commit.c:846: (apr_err=145001) > > svn: Commit failed (details follow): > > subversion/libsvn_client/commit_util.c:1097: (apr_err=145001) > > subversion/libsvn_client/commit_util.c:891: (apr_err=145001) > > subversion/libsvn_client/commit_util.c:455: (apr_err=145001) > > svn: Entry '/tmp/svn/wc1/trunk/c' has unexpectedly changed special > > status > > zsh: exit 1 $svn ci --cl cltest > > % $svn ci --cl cltest -q -mm [ab] > > % > > ]]] > > > > Could you, please, file an issue for this (if there isn't one already > > filed)? > > > > Thanks, > > > > Daniel > > (I can't look at this right now; but if there's an issue then I or > > someone else will eventually get to it) > > Thanks for confirming Daniel! > I had opened an issue for this last year, but it's in the > subversion.tigris.org site: > http://subversion.tigris.org/issues/show_bug.cgi?id=3484 . > > Is this OK? Or should I open another issue in the apache.org tracker? >
That's okay. (We have no apache.org tracker.) I've updated some fields, and I'll try to get around to look at it in more detail some time. >