Changeset 57
- Timestamp:
- 2008年09月26日 22时54分16秒 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 modified
-
contrib (added)
-
contrib/mantis (added)
-
contrib/mantis/021_checkin_user_as_bug_submit_user.patch (added)
-
pysvnmanager/hooks/init/hook1.4/post-commit (modified) (1 diff)
-
pysvnmanager/hooks/init/hook1.5/post-commit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pysvnmanager/hooks/init/hook1.4/post-commit
r47 r57 83 83 commitauthor=`$SVNLOOK author -r "$REV" "$REPOS" | $SED -e 's/\$/\\\\n/g'` 84 84 commitdiff=`$SVNLOOK diff -r "$REV" "$REPOS" | head -25 | $SED -e 's/\$/\\\\n/g'` 85 echo -e "Author: $commitauthor\nCommit Log:\n$commitlog\n\n****** Source code change ******\nRepository: $REPOS, Revision: $REV.\n\n$commitdiff" | $PHP -q $MANTISBT/core/checkin.php 85 $PHP -q $MANTISBT/core/checkin.php $commitauthor << EOF 86 Author: $commitauthor 87 Commit Log: 88 $commitlog 89 90 ****** Source code change ****** 91 Repository: $REPOS, Revision: $REV. 92 93 $commitdiff 94 EOF 86 95 fi 87 96 fi -
trunk/pysvnmanager/hooks/init/hook1.5/post-commit
r47 r57 83 83 commitauthor=`$SVNLOOK author -r "$REV" "$REPOS" | $SED -e 's/\$/\\\\n/g'` 84 84 commitdiff=`$SVNLOOK diff -r "$REV" "$REPOS" | head -25 | $SED -e 's/\$/\\\\n/g'` 85 echo -e "Author: $commitauthor\nCommit Log:\n$commitlog\n\n****** Source code change ******\nRepository: $REPOS, Revision: $REV.\n\n$commitdiff" | $PHP -q $MANTISBT/core/checkin.php 85 $PHP -q $MANTISBT/core/checkin.php $commitauthor << EOF 86 Author: $commitauthor 87 Commit Log: 88 $commitlog 89 90 ****** Source code change ****** 91 Repository: $REPOS, Revision: $REV. 92 93 $commitdiff 94 EOF 86 95 fi 87 96 fi
![(please configure the [header_logo] section in trac.ini)](/trac/pysvnmanager/chrome/common/trac_banner.png)