Why am I getting tree conflicts in Subversion?
I found the solution reading the link that Gary gave (and I suggest to follow this way). Summarizing to resolve the tree conflict committing your working directory with SVN client 1.6.x you can use: svn resolve –accept working -R . where . is the directory in conflict. WARNING: “Committing your working directory” means that your … Read more