Resolving tree conflict

What you can do to resolve your conflict is svn resolve –accept working -R <path> where <path> is where you have your conflict (can be the root of your repo). Explanations: resolve asks svn to resolve the conflict accept working specifies to keep your working files -R stands for recursive EDIT: To sum up what … Read more