[SVN] 간단 사용법

etc 2012. 8. 2. 14:20




이클립스를 사용. 터미널에서 svn이 사용가능할 것.


1. workspace에서 check out

svn -co [repository url] [target directory]

ex) svn -co http://aaa.bbb.ccc/projectd/trunk projectd



2. 이클립스에서 프로젝트로서 import

  checkout 시 svn에 필요한 정보들이 파일로 자동 생성되므로, svn plugin(subclipse)가 있을시 그대로 repository기능 사용가능.



3. 기본 명령

svn commit -m [comment]

svn update

svn status

svn add [file, directory]

svn info

svn delete [file, directory]



Posted by tenn
,