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

RE: Merge problem with different users

From: Ungruhe, Michael <michael.ungruhe_at_cgi.com>
Date: Mon, 6 Sep 2010 02:44:30 -0700

The "merge user" is just a user account. Since we noticed that the
problem described earlier only occurs when the merging is made by
different users (on different user accounts), we created a new user
account (called mergeuser) that all developers use for merging (and
reintegration). So the users itself are still different, but they use
the same account.

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Freitag, 3. September 2010 11:08
To: Ungruhe, Michael
Cc: users_at_subversion.apache.org; Strucken, Andreas
Subject: Re: Merge problem with different users

On Fri, Sep 03, 2010 at 12:53:34AM -0700, Ungruhe, Michael wrote:
> Hi,
>
>
>
> We noticed the following problem:
>
>
>
> We are usually working on the trunk, but for a change request we
created a branch. Development continued on both, the trunk and the
branch.
>
> Some changes were made on the trunk including the deletion of some
files, all changes were committed to the trunk.
>
> User A wanted to merge the changes from the trunk into the branch
using the "svn merge" command. Everything went fine, all updates have
been recognized, the deleted files have been deleted on the branch. The
merged results have been committed to the branch.
>
> After a while, another user (User B) wanted to merge changes made in
the meantime from the trunk into the branch.
>
> He received the following messages for the files that have been
deleted in the first merge (of User A): "Local delete, incoming delete
upon merge". He marked the tree conflicts as resolved and checked in the
merged version to the branch. The next time User B wanted to merge
changes from the trunk to the branch, he received the same error
messages for the same (deleted) files. He was not able to bring the
branch to a state at which it could be reintegrated to the trunk.
>
> When User A tried to do the merge, everything went fine and the branch
could be reintegrated to the trunk.
>
> After we noticed the same problem on different branches, we created a
"merge user" who will be used to do the merging and reintegration as a
work around.
>
>
>
> Is this a known issue or is there another way of merging etc with
different users?
>
> We are using SVN 1.6.5 on CentOS 5

Sounds like some users didn't commmit mergeinfo correctly.

What did the mergeinfo on the trunk look like after the first merge?
 svn propget -R -v svn:mergeinfo TRUNK_URL_at_REV-OF-FIRST-MERGE-COMMIT

What did the mergeinfo on the branch look like after the first merge?
 svn propget -R -v svn:mergeinfo BRANCH_URL_at_REV-OF-FIRST-MERGE-COMMIT

What does the mergeinfo look like in all the other revisions where
merges
were committed?

Why does your "merge user" fix the problem? Maybe that user is doing
merges differently than some of the developers did?

Stefan
Received on 2010-09-06 11:46:51 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.