하나의 파일을 가져오기 위해서, checkout을 쓰는 경우가 있다.

checkout은 Repository의 directoy를 통째로 가져오는 것이다.

$ svn co http://211.1.1.1/svn/goo/trunk/allis/module.lst

subversion/libsvn_client/checkout.c:99: (apr_err=200007)
svn: URL http://211.1.1.1/svn/goo/trunk/allis/module.lst' refers to a file, not a directory

$ ls module.lst
ls: malyon.el: No such file or directory

 

이럴때는 svn 새버젼을 다운받는다 ㅡ.ㅡ;; (아직 안나왔음... svn co의 최소한의 단위는 디렉토리임)

 

svn cat 을 이용해야함

'svn' 카테고리의 다른 글

svn 명령시 깨지는 글자나 나타날 때.  (0) 2005.11.01
http://www.abbeyworkshop.com/howto/misc/svn01/  (0) 2005.06.10
svn freebook  (0) 2005.05.30
TortoiseSVN  (0) 2005.05.30
svn getting started with svn  (0) 2005.05.30
Posted by '김용환'
,