Pages

Monday, June 6, 2011

Subversion -=- Resolve Tree Conflicts

To resolve all tree conflicts in a project with Subversion, do the following steps:

  1. Open a Terminal
  2. Go in your project's root
  3. Type svn resolve --accept working -R .
  4. All conflicts will be resolved
  5. Commit changes

No comments:

Post a Comment