Top "Conflict" questions

DO NOT USE THIS TAG.

SVN checkout without restoring

We have some company middleware and sometimes its difficult to find the correct version Im looking for so I often …

svn conflict resolve svn-checkout
Git: can't commit a file even though I've resolved the conflict

I pulled from origin to update my local, and one file had conflicting changes. I resolved the conflict, but I …

git add commit conflict stage
How to resolve a library conflict (apache commons-codec)

I have a problem with Android libraries. I would like use the method Hex.encodeHexString(Byte Array) from the library …

android apache conflict nosuchmethoderror apache-commons-codec
Extension methods conflict

Lets say I have 2 extension methods to string, in 2 different namespaces: namespace test1 { public static class MyExtensions { public static int …

c# methods namespaces extension-methods conflict
See exact divergence/commits between local and remote Git repo

Setup: 3 git repos - on github, local and on staging server. I develop locally, push it to github and staging …

git diff compare conflict status
How to merge using Meld on Linux

I want to resolve some conflicts of an SVN file using Meld. I'm using the Head version and my version …

merge resolve conflict meld
Git: currently in merge/conflict with private remote repo. How to tell Git to just use my local files?

Trying to use/learn git with a personal project. There's only me and a remote git repo, a few commits, …

git merge conflict merge-conflict-resolution
How to configure Beyond Compare 3 for Eclipse conflict resolution?

What is the correct parameters to get Beyond Compare 3 working with Eclipse/Subclipse conflict resolution? In Preferences > Team > …

eclipse svn diff conflict beyondcompare
Shift reduce conflict

I'm having a problem understanding the shift/reduce confict for a grammar that I know has no ambiguity. The case …

grammar conflict gppg
how to force Maven 3.1 to use right version of Java on Mac OS 8.10?

This is the output from java -version: java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit …

java macos maven conflict