Command mode: SVN tree conflict (local unversioned, incoming add upon update)

Source: Internet
Author: User
Tags svn update

When the working directory is modified or deleted, the svn update will easily cause a tree conflict "tree confilict". A similar prompt will appear.

  1. Local unversioned, incoming add upon update

If you use a graphical client, you can use the Compare file and Conflict Resolution buttons. If you use a command line, the situation is similar to the following: (removed_directory is a directory where you work)

  1. $ SVN status
  2. D c removed_directory
  3. > Local unversioned, incoming add upon update
  4. Summary of conflicts:
  5. Tree conflicts: 1
To solve this problem, run the following command:
    1. $ SVN resolve -- accept working removed_directory
    2. Resolved conflicted state of 'removed _ directory'
    3. $ SVN revert removed_directory
    4. Reverted 'removed _ directory'
    5. $ SVN status
    6. $

Command mode: SVN tree conflict (local unversioned, incoming add upon update)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.