Conflicting library version in a Java Maven project

You can use the tree goal of the Maven dependency plugin to display all transitive dependencies in your project and look for dependencies that say “omitted for conflict”.1 mvn dependency:tree -Dverbose mvn dependency:tree -Dverbose | grep ‘omitted for conflict’ Once you know which dependency has version conflicts, you can use the includes parameter to show … Read more

How to solve two packages requirements conflicts when running composer install?

The basic problem here is the use of branches (dev-master) instead of tagged versions. Using branches is very likely to end in problems. I am watching the Composer questions on Stackoverflow, and every time someone reports trouble with packages, they are using development branches and “minimum-stability:dev” 99% of the time. What’s happening? I must assume … Read more

Eclipse EGit Checkout conflict with files: – EGit doesn’t want to continue

Situation: You have local uncommitted changes You pull from the master repo You get the error “Checkout conflict with files: xy” Solution: Stage and commit (at least) the files xy Pull again If automerge is possible, everything is ok. If not, the pull merges the files and inserts the merge-conflict markers (<<<<<<, >>>>) Manually edit … Read more

TortoiseSVN reports conflict, but no conflict can be found

Skipped obstructing working copy this means that there’s a working copy folder in the way: your update wants to add a folder with name ‘project’, but you already have a versioned folder ‘project’ in your working copy. Maybe you moved that folder from another working copy? Or that folder is its own working copy (if … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)