프로그래머의 능력 가중치에 대한 생각

*———————————————————-* | What one programmer can do in one month, two programmers | | can do in two months.————————————| |———————————————————-| | – Frederick P. Brooks————————————| *———————————————————-* 한명의 프로그래머가 한달동안 할수 있는일, 두명의 […]

svn repository 생성

1단계 : 저장소 생성 svn admin create ./[svnRepositoryfoldName] 2단계 : 환경설정 — 위치 이동 cd ./[svnRepositoryfoldName]/conf vim svnserve.conf — 접근권한 설정 anon-access = none — 인증 사용자 권한 설정 auth-access = write […]