hrming

[기타/SVN] Override and Update / Override and commit 본문

기타

[기타/SVN] Override and Update / Override and commit

hrming 2022. 11. 22. 09:04

- 형상관리를 하는 도중(source update or commit) 충돌현상이 발생했을 때 사용하는 방법

 

Override and Update: SVN 서버내 source를 우선시 - SVN 서버의 소스를 local source에 덮어버림

Override and commit: local source를 우선시 - local source로 SVN 서버의 source를 덮어버림

 

참고 : 

https://kaleidocycle.tistory.com/44

 

SVN: Override and Update, Override and Commit

0. 개요 - 형상관리를 하는 도중(source update or commit) 충돌현상이 발생했을 때 사용하는 방법 중 하나 1. 과정 1) 형상관리를 하기 원하는 소스 우클릭 2) Team > Synchronize with Repository 3) update or commit 4) c

kaleidocycle.tistory.com

 

'기타' 카테고리의 다른 글

[Sublime Text] 일괄 수정 기능  (0) 2024.01.30
[기타] JSON (JavaScript Object Notation)  (0) 2023.05.27
[기타] git stash  (0) 2022.08.19
[기타] github commit & push  (0) 2022.06.09
[기타] STS4 - Tomcat 연동하기  (0) 2022.06.09
Comments