• My Errors
  • Login
  • Search
Search again

Error #69812

After resolving a conflict in a file, the svn commit fails:

svn: Aborting commit: 'settings.py' remains in conflict

User's solution

This works!
+0 Vote Up

The fix is to resolve the conflict like this:

$ svn resolved settings.py
Resolved conflicted state of 'settings.py'

Apr 12, 2008