SVN 명령어 활용 목록

SVN 명령어 SVN 히스토리 보기 $ svn log $ svn log –limit 4 $ svn log -l 4 SVN 파일 속성 만들기 (commit 무시) http://blog.naver.com/PostView.nhn?blogId=joycestudy&logNo=100097621794 $ svn propset svn:ignore POC . 현재 디렉토리상 POC 디렉토리 commit을 무시하라는 의미이다. 하나씩 업데이트 $ svn commit –username “mlink_1” –password “mlink_1” -m “refs #5402 광고별 통계 추가” template/manage/report/man_advertiser_report SVN […]

Installing Subversion on Gentoo

Installing Subversion on Gentoo Installing Subversion on Gentoo is very easy. By this point, you should have installed apache, dns, vhosts, and webapp-config and may have completed installingssl, and using htaccess. We will install subversion and websvn with separate public and private repositories. The repositories will be available locally and remotely via webdav. Subversion and WebSVN Installation code # emerge subversion […]