Odd error. Broken WC (Error bumping revisions post-commit)
From: Talden <talden_at_gmail.com>
Date: Fri, 27 Jun 2008 13:52:24 +1200
As the tail-end of a cvs2svn migration I have a reorg-script that
In this reorganisation I do roughly the following:
1. checkout a working copy. Non recursive
$ svn checkout -N ${repo}/dev reorg
2. create some directories and add them
$ mkdir -p reorg/newcontent/foo
3. Copy some repository content to these folders
$ svn copy ${repo}/dev/oldcontent/foo/bar reorg/newcontent/foo/bar
4. Filter out some of this copied content
$ svn remove reorg/newcontent/foo/bar/garbage
5. Delete some properties that were copied out of the old folder
$ svn propdel foo reorg/newcontent
6. commit
$ svn commit -m ...
The correct content makes it to the repository but the commit fails at
svn: Commit succeeded, but other errors follow:
It's the same file each time (not surprising as this is entirely
The committed result is correct but the working copy is trashed.
Is this a known bug. It is repeatable in my reorg script but I
I'd much rather this is just stupidity than a bug - then I wouldn't
Here is the version information.
svn, version 1.4.6 (r28521)
Copyright (C) 2000-2007 CollabNet.
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
-- Talden --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-06-27 03:52:47 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.