SVN在post-commit裡如何顯示repository … - BBS

Table of Contents

※ [本文轉錄自 Linux 看板]

作者: machette (:() 看板: Linux
標題: [問題] SVN在post-commit裡如何顯示repository的名字????????????
時間: Wed Jul 8 13:28:38 2009


我設了讓commit完會寄mail的hook,
目前只會顯示path跟revision,
ex:
Author: machette
Date: 2009-07-08 13:00:00 +0800 (Wed, 08 Jul 2009) New Revision: 425

Modified:
branches/ForTesting/testfile
Log:
Test notification of group mail

Modified: branches/ForTesting/testfile
===================================================================
--- branches/ForTesting/testfile 2009-07-08 04:48:52 UTC (rev 424)
+++ branches/ForTesting/testfile 2009-07-08 05:00:00 UTC (rev 425)
@@ -5,3 +5,4 @@

+test
\ No newline at end of file


若要顯示repository的名字, 要在commit-email.pl裡加什麼參數呢?
感謝指教..

--

All Comments