AdmGitRepository

Clunix Wiki
Cezanne (토론 | 기여) 사용자의 2014년 1월 28일 (화) 15:36 버전
(비교) ← 이전 판 | 현재 판 (비교) | 다음 판 → (비교)

신규 Repository 생설 절차

  • 192.168.12.11(git)의 /home/cvs/git.repos 하위 폴더에 bare repository를 생성
  • cvs 사용자로 생성해야 함(cvs는 관리자급 암호 필요)

Sample 저장소를 생성하는 경우 아래와 같은 절차에 따름

# mkdir /home/cvs/git.repos/Sample.git
# git --bare init /home/cvs/git.repos/Sample.git
# git config -f /home/cvs/git.repos/Sample.git/config core.sharedRepository true

마지막 명령은 group 단위의 RW가 가능하도록 함

부서별 위키