Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SQL
- R
- IntelliJ
- NPM
- GIT
- tomcat
- mapreduce
- Spring
- Python
- table
- SPC
- mybatis
- plugin
- Java
- react
- Kotlin
- JavaScript
- 공정능력
- MSSQL
- Sqoop
- vaadin
- Express
- xPlatform
- es6
- Android
- Eclipse
- hadoop
- 보조정렬
- SSL
- window
Archives
- Today
- Total
DBILITY
svn import할때 불필요한 resource 제거 본문
반응형
eclipse menu -> Windows -> Preferences -> Team -> Ignored Resources -> Add Pattern 선택 후 필요한 패턴을 추가합니다.
참고로 release부터 publish까지는 visual studio, __history부터는 delphi용입니다.
- 패턴 예시
- .classpath
- .settings
- .springBeans
- */src/test/**
- */target/**
- .project
- .tern-project
- release
- Release
- debug
- Debug
- bin
- Bin
- Obj
- *.csproj.user
- *.user
- packages
- .vs
- publish
- *.bak
- *.rdf
- __history
- __recovery
- Win32
- Win64
- Android
- iOS
- .dsk
- .identcache
- .stat
- .local
- .~*
window에서 TortoiseSVN 설정시
Edit클릭 후 config파일의 global-ignores의 주석을 제거하고 입력 가능
반응형
'eclipse' 카테고리의 다른 글
jsp default editor 변경 (0) | 2017.09.28 |
---|---|
Code Templates (0) | 2017.09.18 |
eclipse 저장시 자동 import 활성화 (0) | 2016.10.09 |
eclipse run configuration delete ( 정보삭제 ) (0) | 2016.10.02 |
자바 개발환경 구축 (jdk,eclipse,maven,pmd,findbugs) (0) | 2016.09.12 |
Comments