Created
April 17, 2013 10:37
-
-
Save zxkletters/5403317 to your computer and use it in GitHub Desktop.
svn管理的项目中,每次ci时要忽略的目录或文件列表设置
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 进入项目根目录,在该目录下建立ignore文件,ignore文件内容: | |
.settings | |
.project | |
.classpath | |
target | |
2. 在项目根目录下执行svn propset svn:ignore -F ignore -R ./ 然后svn ci –m “your msg” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment