QT가 설치되어있다는 전제하에 기록함.
1. SVN 설치
$ sudo apt-get install subversion
2. QT Editor 설정하기
Tool - Options 클릭
Version Control 클릭
Subversion 클릭
Authentication 체크
Username 입력 - SVN ID
Password 입력 - SVN P/W
Apply - OK
3. 프로젝트 checkout 하기
File - new File or Project
Import Project 클릭
Subversion Checkout 선택
Repository 는 SVN 주소 입력 http:// 포함하여 입력
Path 는 check 해 놓을 경로
Directory 는 SVN 을 Check 할 폴더명
'언어 > C.C++' 카테고리의 다른 글
unused parameter 'event' (0) | 2018.02.07 |
---|---|
warning: iteration 61u invokes undefined behavior [-Waggressive-loop-optimizations] (0) | 2018.01.31 |
warning: operation on 'i' may be undefined[-Wsequence-point] (0) | 2018.01.31 |