리눅스에서 svn 서버에서 최신버전 파일들을 받는 명령어로 svn co 와 svn checkout를 사용한다.
하지만 해당 명령어를 다운받는 최소 단위는 폴더이다.
즉 svn 보관소 내에 단일 파일 1개를 해당명령어로 받을 수 없다.
이럴땐 svn export 명령어를 사용한다.
svn export svn://다운받을파일절대경로 [다운받을주소] --username 아이디 --password 패스워드
예시) 서버 /data/ 경로에 svn 저장소에 있는 test.dll을 받는다.
svn export svn://123.123.123.123/data/test.dll /data --username 아이디 --password 패스워드
반응형
'인프라 > 리눅스' 카테고리의 다른 글
[리눅스] 우분투 22.04 nginx stable 업그레이드 (0) | 2023.10.16 |
---|---|
[zabbix] 호스트 조회 api curl 명령어 (0) | 2023.09.27 |
The client has disconnected from the server. reashon: Reason : Unable to authenticate using any of the configured authentication methods. (2) | 2023.07.10 |
ubuntu 22.04 php8.2 설치 (0) | 2023.06.20 |
[linux] sudo : PAM authentication error : Module is unknow (0) | 2023.05.31 |
댓글