사용자 도구

사이트 도구


wiki:3party:scm:svn

문서의 이전 판입니다!


SVN

  • description : Svn 관련 내용 기술
  • author : 주레피
  • email : dhan@repia.com
  • lastupdate : 2020-05-19

Linux 사용법

export (Release 버전 가져오기)

[dev@developer ~] svn export svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA-Linux-4.5
[dev@developer ~] svn export svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA
마지막 매개변수에서 디렉토리를 지정할 수 있다. 없으면 RSA-Linux-4.5


checkout (Repository 가져오기)

[dev@developer ~] svn co svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA-Linux-4.5
[dev@developer ~] svn co svn://svn저장소/RSA4_Package/RSA-Linux-4.5 RSA
checkout로 해도 된다.
마지막 매개변수에서 디렉토리를 지정할 수 있다. 없으면 RSA-Linux-4.5


add (Repository에 추가 예약^^)

[dev@developer ~] svn add ./*


delete (Repository에 삭제 예약^^)

[dev@developer ~] svn del ./*
파일이나 폴더 상관 없다.
수정은 예약하지 않고 바로 commit


commit (Repository에 추가)

[dev@developer ~] svn commit -m ''
예약된 내용이 실제 적용됨
커밋시에는 반드시 메시지를 입력해야 한다.


svn update

[dev@developer ~] svn update
checkout한 곳에서 하자. export한 곳에서는 안된다.


Tip

Troubleshooting

Ref

/volume1/web/dokuwiki/data/attic/wiki/3party/scm/svn.1589886923.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)