Tag Archives: svn

SVN Notifier

  SVN Notifier 란 프로그램을 찾았다. 나름 좋은 프로그램인듯.ㅋ .NET Framework 1.1 : http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3 subversion : http://subversion.tigris.org/ TortoiseSVN : http://tortoisesvn.tigris.org/ SVN Notifier : http://svnnotifier.tigris.org/ 가 필요하다. http://writely.tistory.com/17 http://writely.tistory.com/18 이런것도 있더라..ㅋ  

Posted in SCM/ITS, Util/Tools | Tagged , , , | Leave a comment

svn:ignore

  1.2.3.3. svn:ignore svn:ignore 속성은 어떤 종류의 Subversion 조작이 무시한다 파일 패턴의 리스트를 포함하고 있습니다. 아마 가장 자주(잘) 이용된다 특수 속성으로, global-ignores 실행시 설정 옵션과 함께 이용됩니다.. 그것을 사용해, 버전화되어 있지 않은 파일과 디렉토리를 svn status와 같은 커멘드의 대상으로부터 제외합니다. … Continue reading

Posted in SCM/ITS | Tagged , , | Leave a comment

svn 설치

  svn 설치 1. svn 다운 – http://subversion.tigris.org/ 에서 subversion-1.4.4.tar.gz 다운. 2. ssl 확인 – whereis ssl 으로 위치확인

– 버전확인

3. subversion 압축 풀기

4. configure & 컴파일

5. Repository 생성

6. svn프로토콜을 사용하기 … Continue reading

Posted in SCM/ITS | Tagged , , | 1 Comment

Subversion(SVN)과 Mantis의 연동

  1. 연동하려는 SVN 저장소에 속성 설정합니다.

2. SVN 저장소의 hooks디렉토리에 다음에 나오는 배치 명령이 들어있는 post commit hook 파일 생성(C:\Repository\hooks\post-commit.bat). SVN이 commit되는 동안에 Mantis에 이슈노트로 추가될 내용들을 넣습니다.

3. 다음 내용을 Mantis config_inc.php에 추가합니다.

추가로 연동할 … Continue reading

Posted in PHP/ASP, SCM/ITS | Tagged , , | Leave a comment