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

Re: Bug with deleted and copied directory

From: Talden <talden_at_gmail.com>
Date: Tue, 21 Oct 2008 13:01:15 +1300

> The problem that's triggered this message is the following report from a
> recent commit (path name simplified and abbreviated for convenience, but
> see end of message for original for reference):
>
> svn: Commit succeeded, but other errors follow:
> svn: Error bumping revisions post-commit (details follow):
> svn: Directory '/tmp/repo/release/1-18/subdir' is missing
>
> The commit that generated this message was generated by the following
> sequence (again somewhat caricatured and hugely simplified -- this is
> part of a large automatic process):
>
> svn checkout -N $REPOSITORY /tmp/repo
> svn update /tmp/repo/trunk
> svn update -N /tmp/repo/release
> svn rm /tmp/repo/trunk/subdir
> svn cp /tmp/repo/trunk /tmp/repo/release/1-18
> svn commit -m "$COMMIT_MESSAGE" /tmp/repo

I've had exactly this, repeatedly. Similarly it was in a large
scripted operation (reorganising content migrated from CVS in my
case). I never did identify precisely what the recipe for disaster
was. I was copying folder trees from a repo location into the WC,
performing partial removals or modifications of subtrees.

The commits were always correct but the WC was toast afterwards, being
halfway between revisions.

--
Talden
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-21 02:01:44 CEST

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

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