Subversion(SVN)과 Mantis의 연동
1. 연동하려는 SVN 저장소에 속성 설정합니다. bugtraq:label = issue bugtraq:url = http://localhost/mantis/view.php?id=%BUGID% bugtraq:message = issue %BUGID% bugtraq:warnifnoissue = true 2. SVN 저장소의 hooks디렉토리에 다음에 나오는 배치 명령이 들어있는 post commit hook 파일 생성(C:\Repository\hooks\post-commit.bat). SVN이 commit되는 동안에 Mantis에 이슈노트로 추가될 … Continue reading