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

Problem merging trunk-changes into branch including changes in directory-structure

From: Stefan Förder | Quick-Lohn Software GmbH <stefan.foerder_at_quick-lohn.de>
Date: Mon, 16 Aug 2010 16:28:18 +0200

Hey,

I’ve got a problem with a specific merging operation. I’m merging the
changes that have been committed in the trunk regularly into my branch to
keep it updated. However, if there are files moved from one folder to
another in the trunk, which were changed earlier in the branch, then merging
seems to be impossible.

Does anybody has a solution for that?

In detail I’m doing something like that:
- Create a branch from the trunk
- Change a file (a.java) in the branch
- Change the same file (a.java) in the trunk
- Do a merge from trunk to branch - that works fine, the changes were merged
into the branch
- Now I move a.java in the trunk to a subfolder, e.g. dirA/a.java
- I didn’t do another change to the file in the branch
- Now I merge the trunk into the branch once again
- Result: a tree conflict. “The last operation tried to delete/move/rename
the file ‘a.java’, but it was already edited.”

We have SVN 1.5.1 on the server and TortoiseSVN 1.6.10.

I would be grateful for some advice.

Cheers

Stefan
Received on 2010-08-19 20:41:01 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.