Changeset 69
- Timestamp:
- 2009年02月24日 16时08分40秒 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pysvnmanager/hooks/init/hook1.4/post-commit (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pysvnmanager/hooks/init/hook1.4/post-commit
r59 r69 53 53 readconf post_commit 54 54 readconf email 55 readconf trac 55 56 56 57 ## Sync with downstream mirror sites using svnsync … … 68 69 69 70 ############################################################ 70 # 71 # Mantisbt integration ( http://www.worldhello.net ) 72 # 71 # Trac post commit hook 72 TRAC_POST_COMMIT_HOOK=/usr/share/doc/trac/contrib/trac-post-commit-hook 73 if [ "$trac_post_commit_enabled" = "yes" ]; then 74 if [ ! -z "$trac_env" ]; then 75 if [ -z "$trac_repos_name" ]; then 76 traccmd="$TRAC_POST_COMMIT_HOOK -p $trac_env -r $REV" 77 else 78 traccmd="$TRAC_POST_COMMIT_HOOK -p $trac_env -r $REV -R $trac_repos_name" 79 fi 80 eval $traccmd 81 fi 82 fi 83 73 84 ############################################################ 85 # Mantisbt integration 74 86 if [ "$mantis_integration" = "yes" ]; then 75 87 SVNLOOK=/opt/svn/bin/svnlook
![(please configure the [header_logo] section in trac.ini)](/trac/pysvnmanager/chrome/common/trac_banner.png)