Hi, the attached script breaks the working copy beyond repair:
+ rm -rf nested-copy + mkdir -p nested-copy + mkdir -p nested-copy/trunk + mkdir nested-copy/trunk/gamma + echo delta + > nested-copy/trunk/gamma/delta + svnadmin create /tmp/nested-copy/repos + svn import nested-copy/trunk file:////tmp/nested-copy/repos/trunk -m importing project tree Adding nested-copy/trunk/gamma Adding nested-copy/trunk/gamma/delta Committed revision 1. + rm -rf nested-copy/trunk + svn checkout file:////tmp/nested-copy/repos/trunk nested-copy/trunk A nested-copy/trunk/gamma A nested-copy/trunk/gamma/delta Checked out revision 1. + svn cp nested-copy/trunk/gamma nested-copy/trunk/gamma.copied A nested-copy/trunk/gamma.copied + svn mv nested-copy/trunk/gamma.copied/delta nested-copy/trunk/gamma.copied/delta.copied A nested-copy/trunk/gamma.copied/delta.copied D nested-copy/trunk/gamma.copied/delta + svn commit -m this commit breaks the WC nested-copy/trunk Adding nested-copy/trunk/gamma.copied Deleting nested-copy/trunk/gamma.copied/delta Adding nested-copy/trunk/gamma.copied/delta.copied subversion/svn/commit-cmd.c:142: (apr_err=200000) subversion/libsvn_client/commit.c:861: (apr_err=200000) svn: Commit succeeded, but other errors follow: subversion/libsvn_client/commit.c:879: (apr_err=155010) svn: Error bumping revisions post-commit (details follow): subversion/libsvn_wc/adm_ops.c:769: (apr_err=155010) subversion/libsvn_wc/workqueue.c:1726: (apr_err=155010) subversion/libsvn_wc/workqueue.c:936: (apr_err=155010) subversion/libsvn_wc/wc_db.c:4289: (apr_err=155010) subversion/libsvn_wc/wc_db.c:593: (apr_err=155010) svn: The node 'delta' was not found. Running svn cleanup yields the same error message: $ svn cleanup nested-copy/trunk/ subversion/svn/cleanup-cmd.c:67: (apr_err=155010) subversion/libsvn_client/cleanup.c:55: (apr_err=155010) subversion/libsvn_wc/log.c:1451: (apr_err=155010) subversion/libsvn_wc/log.c:1412: (apr_err=155010) subversion/libsvn_wc/log.c:1388: (apr_err=155010) subversion/libsvn_wc/workqueue.c:1726: (apr_err=155010) subversion/libsvn_wc/workqueue.c:936: (apr_err=155010) subversion/libsvn_wc/wc_db.c:4289: (apr_err=155010) subversion/libsvn_wc/wc_db.c:593: (apr_err=155010) svn: The node 'delta' was not found.
nested-copy.sh
Description: Bourne shell script