Svn checkout 다른 폴더에 하기

1 개요[ | ]

다른 폴더로 svn checkout 하기
svn checkout 다른 폴더에 하기
svn checkout 주소 폴더명
svn co 주소 폴더명

2 실습[ | ]

  • 기본 checkout (주소의 마지막 경로가 폴더명이 됨)
root@zetawiki:~# svn co http://npapi-sdk.googlecode.com/svn/trunk/
A    trunk/samples
A    trunk/samples/mac-basic
A    trunk/samples/mac-basic/BasicPlugin.c
... (생략)
Checked out revision 24.
  • 지정한 폴더명으로 checkout
root@zetawiki:~# svn co http://npapi-sdk.googlecode.com/svn/trunk/ hello
A    hello/samples
A    hello/samples/mac-basic
A    hello/samples/mac-basic/BasicPlugin.c
... (생략)
Checked out revision 24.

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}