zoukankan      html  css  js  c++  java
  • svn update 冲突解决

    运行svn update后,若版本冲突,将有如下选项可供选择:

      (e)  edit             - change merged file in an editor      
      (df) diff-full        - show all changes made to merged file
      (r)  resolved         - accept merged version of file

      (dc) display-conflict - show all conflicts (ignoring merged version)  产生综合版本,就是带两条杠的那种,需要大量的后期处理,不推荐
      (mc) mine-conflict    - accept my version for all conflicts (same)  使用自己的版本
      (tc) theirs-conflict  - accept their version for all conflicts (same)  使用别人的版本

      (mf) mine-full        - accept my version of entire file (even non-conflicts)
      (tf) theirs-full      - accept their version of entire file (same)

      (p)  postpone         - mark the conflict to be resolved later
      (l)  launch           - launch external tool to resolve conflict
      (s)  show all         - show this list

  • 相关阅读:
    iOS React Native实践系列二
    iOS React Native实践系列一
    ios各种兼容记录
    ios的__weak、__strong关键字
    index使用基本原则
    mysql explain详解
    手写迷你Tomcat
    动态代理
    C#设计模式(23种模式)
    unity 序列化和反序列化
  • 原文地址:https://www.cnblogs.com/yiru/p/2983264.html
Copyright © 2011-2022 走看看