[svn] 解决SVN冲突攻略(手册)

admin9年前技术文档1526

Select: (p) postpone, (df) diff-full, (e) edit, 
        (mc) mine-conflict, (tc) theirs-conflict, 
        (s) show all options: 
svn detects that theres a conflict here and require you to take some kind of action. 

If you type ‘s’ here you will get a list of the commands and meaning 
如果你输入s选项,则会列出所有svn解决冲突的选项,如下所示: 

(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 

分享到:

相关文章

Linux Vim插件管理器Vundle安装和使用

Linux Vim插件管理器Vundle安装和使用

Vundle是vim的一个插件管理器, 同时它本身也是vim的一个插件。插件管理器用于方便、快速的安装、删除、Vim更新插件。vim Vundle插件官方地址:https://github.com/V...

实例分析php单引号和双引号的区别

使用php有一段时间了,在单引号和双引号的使用上,一直没有太过在意,感觉使用哪个都一样,没有发现有什么区别。例如:$name = '卡卡测速网';$name = "卡卡测速网...

phpstudy apache无法启动 启动一下就关闭的解决方法

phpstudy apache无法启动 启动一下就关闭的解决方法

今天配置phpstudy的时候,出现是phpstudy apache无法启动的情况,其实也不是一点也不能启动,而且apache的启动状态亮一下就自动关闭了。我记得以前我也碰到过这样的情况,但是忘记了,...

centos7安装kafka_2.11-1.0.0 新手入门

centos7安装kafka_2.11-1.0.0 新手入门

系统环境1、操作系统:64位CentOS Linux release 7.2.1511 (Core)2、jdk版本:1.8.0_1213、zookeeper版本:zookeeper-3.4.9.tar...

CentOS下yum安装ffmpeg/mencoder/mplayer

CentOS下yum安装ffmpeg/mencoder/mplayer

一、yum安装FFmpeg1.    最偷懒的方式就是yum安装了,自动解决依赖。不过CentOS系统默认无FFmpeg源,企业版 Linux 附加软件包EPE...

centos下使用yum 安装percona xtrabackup

配置percona的yum仓库 一、先安装依赖:yum install perl-DBIyum install perl-DBD-MySQLyum&n...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。