문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:3party:scm:svn [2020/05/19 20:14] dhan |
wiki:3party:scm:svn [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 7: | 줄 7: | ||
</ | </ | ||
<WRAP clear/> | <WRAP clear/> | ||
+ | |||
+ | [[wiki: | ||
===== Linux 사용법 ===== | ===== Linux 사용법 ===== | ||
export (Release 버전 가져오기) | export (Release 버전 가져오기) | ||
<code bash> | <code bash> | ||
- | [dev@developer ~] svn export svn://rstorage.repia.com/ | + | [dev@developer ~] svn export svn://svn저장소/ |
- | [dev@developer ~] svn export svn://rstorage.repia.com/ | + | [dev@developer ~] svn export svn://svn저장소/ |
+ | [dev@developer ~] svn export / | ||
</ | </ | ||
> 마지막 매개변수에서 디렉토리를 지정할 수 있다. 없으면 RSA-Linux-4.5 | > 마지막 매개변수에서 디렉토리를 지정할 수 있다. 없으면 RSA-Linux-4.5 | ||
+ | > Local Repository에서도 잘 됨. ^^ | ||
\\ | \\ | ||
checkout (Repository 가져오기) | checkout (Repository 가져오기) | ||
<code bash> | <code bash> | ||
- | [dev@developer ~] svn co svn://rstorage.repia.com/ | + | [dev@developer ~] svn co svn://svn저장소/ |
- | [dev@developer ~] svn co svn://rstorage.repia.com/ | + | [dev@developer ~] svn co svn://svn저장소/ |
</ | </ | ||
> checkout로 해도 된다. | > checkout로 해도 된다. | ||
줄 52: | 줄 56: | ||
</ | </ | ||
> checkout한 곳에서 하자. export한 곳에서는 안된다. | > checkout한 곳에서 하자. export한 곳에서는 안된다. | ||
- | |||
\\ | \\ | ||
+ | [[https:// | ||
+ | \\ | ||
+ | Find files that are not under version control | ||
+ | <code bash> | ||
+ | [dev@developer ~] svn status |grep ^\?|awk ' | ||
+ | </ | ||
===== Tip ===== | ===== Tip ===== | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
+ | CentOS6 checkout 에러 | ||
+ | Store password unencrypted (yes/no) 에서 yes를 눌렸는데도 무한 반복되는 현상 | ||
+ | < | ||
+ | $> vi ${USER_HOME}/ | ||
+ | store-passwords = yes | ||
+ | store-plaintext-passwords = yes | ||
+ | </ | ||
+ | > 주석 해제 및 value를 yes로 수정한 후 저장, 다시 checkout하면 됨 | ||
+ | [[https:// | ||
+ | \\ | ||
===== Ref ===== | ===== Ref ===== | ||
[[https:// | [[https:// | ||
{{tag> | {{tag> |