사용자 도구

사이트 도구


subversion

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
subversion [2013/05/15 10:33]
kwon37xi
subversion [2022/07/01 16:11] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Subversion/SVN ====== ====== Subversion/SVN ======
   * [[http://stackoverflow.com/questions/331388/svn-replace-trunk-with-branch|version control - svn: replace trunk with branch]]   * [[http://stackoverflow.com/questions/331388/svn-replace-trunk-with-branch|version control - svn: replace trunk with branch]]
 +  * [[http://code.tutsplus.com/articles/better-subversion-practices--cms-22895|Better Subversion practice]]
 +
 +===== Properties =====
 +  * ''svn propget 프라퍼티명 로컬저장소디렉토리'' : 프라퍼티 확인
 +  * ''svn propset 프라퍼티명 로컬저장소디렉토리'' : 프라퍼티 값 저장
 +  * ''svn propedit 프라퍼티명 로컬저장소디렉토리'' : 프라퍼티 값을 편집기로 열어서 편집(여러 값을 지정할때 편리)
  
 ===== svn:ignore ===== ===== svn:ignore =====
줄 25: 줄 31:
 svn propedit svn:externals . svn propedit svn:externals .
 </code> </code>
 +
 +===== shelve =====
 +  * [[git|git]]의 ''stash'' 처럼 일시적 상태 저장 기능.
 +  * [[https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-shelving.html|Shelving]]
 +  * [[https://lunchballer.com/archives/1284|TortoiseSVN의 Shelve기능으로 하던 일 안전하게 저장하기 – Lunchballer]]
 +
subversion.1368581605.txt.gz · 마지막으로 수정됨: 2013/05/15 10:33 저자 kwon37xi