Jump to content
  • 0

conflict error? where is it?


Question

3 answers to this question

Recommended Posts

Posted

/db/item_db.txt is marked with a 'C'.

I think it's a Tree Conflicted because it was SVN Moved in r15394 for the /db/ folder restructuring in r15390. I'm not sure how to mark it Resolved in Linux, but it would be something like this:

- save a copy of your old /db/item_db.txt (like save it on your computer)

- resolve the conflict

- then upload your item_db.txt to /db/pre-re/ or /db/re/ depending on if you're using Renewal or not.

  • Upvote 2
Posted

Otherwise the cli solution is :

svn resolve --accept theirs-conflit path/to/your/folder/or/file //will take svn version conflit

svn resolve --accept mine-conflit path/to/your/folder/or/file //will take your version conflit

svn resolve --accept theirs-full path/to/your/folder/or/file //will take svn version (all file)

svn resolve --accept mine-full path/to/your/folder/or/file //will take your version (all file)

That should be the main one. More option could be found on svn help resolve.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...