세라공원

[Eclipse] SVN synchronizing(sync) 할 때 target 폴더 제거 본문

dev knowledge

[Eclipse] SVN synchronizing(sync) 할 때 target 폴더 제거

세라박 2022. 11. 2. 15:40

Window -> Preferences -> Team -> Ignored Resources -> Add Pattern

synchronizing 할때 commit할때 중요. target 폴더 제거 완료.

 

 

situation )

Ignored Resources -> Add Pattern 와 같이 추가했어도 적용되지 않았음

 

solution )

프로젝트 파일 및 디렉토리 마우스 우측 클릭 -> Team -> Add to svn:ignore -> 해결.

정확한 건 commit 된 파일이 있어야 알 수 있을 듯하다.

 

참고 : https://oingdaddy.tistory.com/12

 

이클립스에서 SVN sync 시 target 폴더 제거하기

이클립스에서 SVN을 사용하여 프로젝트를 진행할때 SVN Repository와 sync를 맞춰 보면 위와 같이 내가 의도치 않은 target 하위에 있는 내용들도 모두 나오는걸 볼수 있다. 이렇게 target 하위의 내용들

oingdaddy.tistory.com

 

Comments