redmine + svn commit auto refresh(post-commit)

사용자 삽입 이미지

APM에 Redmine과 SVN(Subversion)을 연동하고 사용하고 있다.

commit시 redmine 일감에 자동 반영 안되는 경우가 발생하고 있는데,
다음과 같이 svn의 hooks폴더의 post-commit파일을 추가 해주면 된다.

$ cd /svn/hooks
$ cp post-commit.tmpl post-commit
$ vi post-commit (아래 내용을 add)
wget “http:///sys/fetch_changesets?key=

* api key = redmine 설정부분의 저장소에 api key 생성부분에서 확인할 수 있다. (102)

Related posts:

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>