Re: Possible merge bug...would like confirmation
From: Bob Hiestand <bob.hiestand_at_gmail.com>
Date: 2007-02-22 23:51:52 CET
On 2/19/07, Peters Joshua C <jcpeter@ilstu.edu> wrote:
> Later I want to tag my trunk as a milestone, say /tag/LATEST but I've already got a /tag/LATEST, so I merge the two together (ie. svn merge svn://repo/tag/LATEST svn://repo/trunk .) Dry run works fine, but the actual merge sometimes fails when the contents of a folder are seemingly unchanged. Subversion gives a out of date error and directs me to update my WC first, but updating does nothing and I cannot resolve this issue. Actually, that's not 100% true, as the issue is resolvable by merging with the first transaction, committing the change, and merging with the second transaction (and committing that change).
Josh,
You should probably be deleting the tag and then recreating it.
So, after updating trunk, you could do the following from a checkout
svn rm tags/LATEST
Is there a reason you're not doing it that way?
That said, I was unable to reproduce your problem when merging into
REPO=file://$PWD/repo
Thank you,
Bob
---------------------------------------------------------------------
|
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.