Visual SVN 설치하기

송민경's avatar
Nov 07, 2024
Visual SVN 설치하기

  • windows 환경에서 svn 저장소를 구축하는데 쓰이며 주로 Server 용이 사용
  • client : tortoiseSvn
  • VISUALSVNSERVER 설치하기
notion image
notion image
  • Standard Edition
notion image
  • 경로 설정(기본포트는 443)
notion image
  • 443 포트가 이미 사용중 일 경우 다른 포트로 변경
notion image
  • Ctrl + R -> cmd 를 눌러netstat -ano를 입력하면 포트 목록
notion image
  • 작업관리자 → [보기] ->PID(프로세스식별자)
notion image
  • FINISH
notion image
  • visual SVN 실행
notion image
  • Create New Repository
notion image
  • FSFS repository 선택
notion image
  • 이름 설정
notion image
  • 비어있는 저장소 선택
  • trunk 와 branches , tags 같은 폴더가 필요하다면 두번째것을 선택
notion image
  • 저장소의 권한설정(테스트용도 : 모든 svn users 가 읽고 쓰기가 가능하게 설정)
notion image
  • 저장소 생성
notion image
  • User 생성
notion image
  • ID, 비번 설정
notion image
  • 관리자 계정 추가
notion image
  • 속성
notion image
notion image
  • 메인 화면
notion image
Share article

vosw1