본문 바로가기

툴/Eclipse

Commit시 에러가 발생할 경우

<상황>

프로젝트 파일중 일부 파일들만을 Commit하려고 하였을때

<에러 내용>

Some of selected resources were not committed.
svn: Commit failed (details follow):
svn: 'C:\egovframeworkSample\workspace\winiProject\src\main\java\egovframework\com\sym\bat' is not under version control
and is not part of the commit,
yet its child is part of the commit

<원인>

상위 폴더가 커밋되지 않은 상태에서 하위 폴더나 파일을 먼저 커밋할 경우 발생

<해결 방안>

Commit하고자 하는 폴더 및 파일의 상위 폴더를 함께 선택하여 Commit한다.