본문
[SVN][GIT] repository URL 변경
프로그래밍/툴(Tool) 2018. 7. 18. 02:10
반응형
# [SVN][GIT] repository URL 변경
1. svn
svn switch --relocate OLD_URL NEW_URL
ex) svn switch --relocate http://testurl.com/rep/sg_aimir/branches/integration/3.0_DEV/source https://testurl.com/rep/sg_aimir/branches/integration/3.0_DEV/source
2. git
git remote set-url origin NEW_URL
반응형
댓글