ETC

VisualSVN Sever & TortoiseSVN

일등하이 2011. 6. 17. 15:03
반응형

VisualSVN 서버
TortoiseSVN 클라이언트

다운로드 경로
http://www.visualsvn.com/

 설치가 다 끝나면 실행>VisualSVN Server Manager 실행

 Repositories > 우클릭 > Create New Repository (name:repository)
 새로만든 repository > 우클릭 > 새폴더 만들기 (name:test)

 
 User > 우클릭 > Create User

확인해보기

 https://localhost/svn/repository/

또는 ip로 접근

시작>실행>cmd /k ipconfig

 https://192.168.0.16/svn/repository/


 내가 만들었던 폴더(test)가 보이면 성공

SVN폴더 생성 > 우클릭 > SVN Checkout

URL of repository  
 https://192.168.0.16:443/svn/repository/test

Checkout directory
 C:\workspace\test

OK

SVN폴더 > 우클릭 > 새파일 > txt파일 > 생성

우클릭 add > SVN Commit

반응형