Android Studio SVN 연동하기(Window)
※ Android Studio 설치 이후부터 설명
1. https://www.visualsvn.com/downloads/ 의 Apache Subversion command line tools 다운로드
2. Android Studio에서 Setting(Ctrl + Alt + S) > Version Control > Subversion > General > Use command line client에 다운로드 받은 파일 압축을 풀고 경로 설정
3. 껏다 키고 VCS > Checkout from Version Control > Subversion ( Alt + [s,o,s] )
4. [+] 누르고 URL 입력 계정입력하고 checkout 하면 완성
Android Studio SVN 연동하기(Ubuntu)
※ Android Studio 설치 이후부터 설명
1. subversion 설치
$sudo apt-get install subversion
2. window의 3번과 같음.
반응형
'Android Story' 카테고리의 다른 글
[ Android ] 리소스 관리 ( 이미지 ) [링크] (0) | 2016.05.24 |
---|---|
[ Android ] 전체 검색 (0) | 2016.05.04 |
[ Android ] 단축키 모음 트랙백 (0) | 2016.04.28 |
[ Android ] AAR 파일 만들기 (0) | 2016.03.11 |
[ Android ] Cursor를 이용하여 DB 다루기 (0) | 2016.03.07 |
[ Android ] ContentObserver (0) | 2016.03.07 |
[ Android ] sharedPreferences (0) | 2016.03.07 |
[ Android ] BaseExpandableListAdapter (0) | 2016.03.04 |