svn tips
Posted mlj318
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn tips相关的知识,希望对你有一定的参考价值。
1.ignore
vim svnignore
svn propset -R -F svnignore svn:ignore .
svn add svnignore
svn ci -m xx
需要提交ignore才会生效
2.diff
svn diff MetalCNN -r62:64
只显示文件列表
svn diff --summarize
svn status
3.add撤销
svn revert -R MetalCNNOCHS/
4.显示ignore文件列表
svn status --no-ignore | grep "^I"
以上是关于svn tips的主要内容,如果未能解决你的问题,请参考以下文章
svn报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted的解决办法(代码片段
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段