在 Eclipse 上开发 Android 应用,在将代码提交到 SVN 时需要注意的是把 bin 和 gen 目录加到 svn:ignore
,因为这两个目录都是编译的输出目录,如果提交到SVN会导致跟别人的工作目录冲突。
操作方法:
- Click on Window -> Preferences
- Select Team -> Ignored Resources
- Click on Add Pattern and enter "bin"
- Click on Add Pattern and enter "target"
- Click on Add Pattern and enter "m2-target"
- Click on Apply and
then OK
Eclipse中对SVN的ignore设置,布布扣,bubuko.com
Eclipse中对SVN的ignore设置
原文:http://www.cnblogs.com/bingoogol/p/eclipse-svn-ignore.html