Skip to content

Instantly share code, notes, and snippets.

@zxkletters
Created April 17, 2013 10:37
Show Gist options
  • Save zxkletters/5403317 to your computer and use it in GitHub Desktop.
Save zxkletters/5403317 to your computer and use it in GitHub Desktop.
svn管理的项目中,每次ci时要忽略的目录或文件列表设置
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