The merge-conflict-resolution tag has no wiki summary.
43
votes
5answers
16k views
Resolving a Git conflict with binary files
I've been using Git on Windows (msysgit) to track changes for some design work I've been doing.
Today I've been working on a different PC (brian) and am now trying to merge the edits done today back ...
8
votes
2answers
143 views
Git - automatically create distinct files for versions on conflict
When Git detects a conflict during merge, the default behaviour is to fill the file with <<< >>> === markers.
This is OK most of the time, but sometimes I'd like to resolve ...
4
votes
1answer
337 views
Mercurial merge awesomeness - what am I missing?
I've been using Mercurial for a while, and there's one "fact" that is given many times.
In fact, it hit me while watching a video made by Fogcreek yesterday, this video: Fog Creek Kiln: Unlock the ...
4
votes
2answers
164 views
Mercurial, conflict, merging, further conflicts later on, does Mercurial remember initial resolution?
Imagine this scenario:
Alice and Bob both clones a central master Mercurial repository, containing 1 text file
Both Alice and Bob makes a change to the same line in the file, and commits
Bob pushes ...
3
votes
1answer
64 views
How resolve this Mercurial conflict?
I'm frustrated with Mercurial and Python since it makes easy things difficult. I have a trivial conflict and since Mercurial does not give any suggestion what to do I don't know even how to resolve ...
3
votes
1answer
107 views
Conflict marking confusion when pulling a deleted file with darcs
My confusion arises from the following statement taken from here:
When pulling patches that conflict each other (e.g., change the same part of the file) Darcs detects the conflict and marks it in ...
3
votes
1answer
198 views
git merge conflict due to renaming in two branches - how to fix & avoid in future?
I have two local branches master and dev. Both branches contained three folders:
projectBeta
project
project_v1
I wanted to just keep projectBeta and remove project and project_v1 and then rename ...
2
votes
3answers
49 views
Is the following Git commit strategy correct?
I've just done the following thing with Git but I am not sure if it's the right way of doing things. What I have is a file that has some stuff. Then there is a branch that adds extra stuff to this ...
2
votes
3answers
376 views
Automatically resolve primary key merge conflict
could you please suggest me the way I could automatically resolve
primary key conflicts during a merge between Publisher and Subscriber. It seems Sql Server doesn't do it out of the box :(.
Conflict ...
2
votes
1answer
718 views
Git rebase - force overwrite on merge conflict
I am trying to do a git rebase to migrate data to a disconnected SVN clone branch.
Let's say I am trying this with the SoundManager2 repo from Github.
About the first 20 or so of the rebase actions ...
2
votes
3answers
142 views
How do I show that I'm getting the smallest number of conflicts with Git by using K&R instead of B&D as the coding standard?
Git is smart and will "follow" changes in history to make merging easier and auto merge more for me. Conflicts are delineated by the lines that have not changed around the change. With K&R you get ...
2
votes
1answer
110 views
When someone has cherry-picked from my git commits and made commits of their own, how do I merge?
Suppose I fork someone's git repo and make commits A, B, C, and D. The persom who I forked from then cherry-picks A and C, which therefore become A' and C'. He also makes commits X, Y, and Z of his ...
2
votes
2answers
2k views
How do I fix a merge conflict due to removal of a file in a branch?
I have create a 'dialog' branch and when I try to merge it to 'master' branch. There are 2 conflicts. I don't know how to resolve 'CONFLICT (delete/modify)'. Can you please tell me what to do?
$ ...
1
vote
1answer
29 views
git cherry-pick merge conflict pulling in other commits?
For some reason, it looks like git cherry-pick pulls in other commits when flies have merge conflicts. These go away when we use git mergetool but prevent us from manually editing the ...
1
vote
3answers
51 views
Merge conflict resolution
When there's a merge conflict in Git, junk like the following is inserted into the conflicting files. Three questions:
How do you read these annotations?
What are some strategies to use when fixing ...
1
vote
1answer
68 views
`git stash` during a merge conflict
We've done something bad.
We ran git stash save during a merge conflict, and now we can't restore our work.
Things we've tried:
git pull -Xours origin master
git stash apply --index
And:
git ...
1
vote
3answers
48 views
How do I see what I changed to resolve a mercurial merge conflict?
I just merged changes from our maintenance branch into our development branch. (We branch by cloning the mercurial repository, not with named branches.) There were a few conflicts, so I had to ...
1
vote
2answers
122 views
What are we doing wrong with git?
There are 3 of us working on a Django project using git.
I have more experience than the other 2, so all the changes come by me before they get into "master".
We are all running windows, and we ...
1
vote
2answers
121 views
Always use version from merged branch on conflicts
Currently I am working in a feature branch that will soon be merged back into master. I recently tried just that and had some merge conflicts, which I had to fix manually.
So, is it possible to tell ...
1
vote
1answer
125 views
Resolving a part of conflict in a file in GIT
The scenario that i would like to discuss is
I have a merge repository which is shared repository where developers will cd into to resolve merge conflicts.
there are 2 or more merge conflicts in a ...
1
vote
2answers
41 views
May I make code changes while resolving merge conflicts?
I have a "best practice" question about resolving merge conflicts.
Let's say I have master and need to merge a feature branch into it which introduced logging facilities. Further, let's say that ...
0
votes
1answer
50 views
Git conflicted copy error while cloning a repository
I am using dropbox as a git repository.
Now due to some issue in the syncing, there is some conflicted copy present in the git. How do I remove this conflict ?
Due to this conflict I am unable to ...
0
votes
1answer
60 views
Microsoft Sync Framework - Merge Conflict Resolution Policy
Do you know how the Merge Conflict Resolution Policy in Sync Framework works? The doc here: http://msdn.microsoft.com/en-us/magazine/dd569762.aspx says that Merge is supported by default by the ...
0
votes
0answers
22 views
Resolve a version conflict in Qt Creator
I'm using a svn in Qt Creator. Nothing extraodinary. But I'm having difficulties with resolving conflics. Once, I've corrected them in the editor, I can't find how to mark the files as "resolved".
...
0
votes
1answer
41 views
Bzr push error: diverged repositories after merge into main line
I have very recently started using a Bzr shared repository to manage my project. I derived this by branching from a standalone repository to which I had been up to now making incremental commits. This ...
0
votes
1answer
33 views
Git compare “base” version with “theirs” version of a conflicted file?
Given a conflicted file foo.txt, how to tell git diff to show changes between the base version of the file and "their" version of the file?
I can see each of the versions via git show :1:foo.txt or ...
0
votes
0answers
38 views
Why does git sometimes mark added lines as changed lines (i.e. an empty conflict over an added piece of code)
I still don't have a confirmed way to reproduce this but in case this is some well known issue, I'll ask it anyway. What happens is that git often creates conflicts like this:
...
0
votes
1answer
112 views
git: merge conflicts over newline at end of file
I often get conflicts while pulling (merging) in git over differences in newlines at the end of the file.
The conflict comes out looking like this:
diff --cc httpdocs/about/faq.php
index ...
0
votes
0answers
74 views
TFS: Why are some users unable to use Automerge?
I have two users. They've been working in a development branch. In their dev branch, they edited a file. In the trunk, the file was renamed subsequent to the creation of their dev branch. When they ...
0
votes
1answer
133 views
How do you prevent Subversion merging in stages without saying “resolve all conflicts and rerun the merge”?
I am trying to use TortoiseSVN to merge a branch that has been out of the trunk for a very long time. It has been updated with the trunk, but I don't think subversion merge tracking has been working ...
0
votes
0answers
263 views
Merge Replication Error: Primary Key Violation
I have a database table,
EquipmentLocations (
EquipmentLocationID int identity(1,1) not null,
EquipmentID int not null,
LocationID int not null,
rowguid uniqueidentifier not null
)
...
0
votes
1answer
142 views
How do I correct this subversion conflict, tree problem?
I have some subversion source I have been working on.
When I try to checkin I get the following error.
matth@blaze:~/dev/myproj$ svn commit
svn: Commit failed (details follow):
svn: Aborting commit: ...
0
votes
1answer
218 views
GIT 2 or more merge conflicts in a single file - how p4merge handles?
GIT p4merge - 2 or more conflict in same file
I have integrated p4merge with GIT and i came across this situation once.
I have a file with merge conflicts. The file say foo.c has merge conflicts ...