-
Notifications
You must be signed in to change notification settings - Fork 17
svn
Hanlei Qin edited this page Sep 23, 2020
·
7 revisions
很无奈,虽然更推荐 git 但还是可能在工作中再接触到 svn - Subversion
svn help
- SVN常用命令
- svn ignore 的用法
- 使用命令行设置svn忽略列表
-
svn propset svn:ignore 'xxx' xdir
为xdir
添加xxx
忽略内容 -
svn propedit svn:ignore xdir
打开 svn 的编辑器,编辑针对xdir
的忽略列表
-
清除SVN未版控文件
-
svn st | grep '^?' | awk '{print $2}' | xargs rm -rf
类似git clean -fd
-
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics