svn commit: lorikeet r115 - in hooks: .

metze at samba.org metze at samba.org
Thu Oct 28 15:56:12 GMT 2004


Author: metze
Date: 2004-10-28 15:56:11 +0000 (Thu, 28 Oct 2004)
New Revision: 115

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=115

Log:
point changeset link directly to the new viewcvs

metze

Modified:
   hooks/commit-email.pl


Changeset:
Modified: hooks/commit-email.pl
===================================================================
--- hooks/commit-email.pl	2004-10-28 14:11:55 UTC (rev 114)
+++ hooks/commit-email.pl	2004-10-28 15:56:11 UTC (rev 115)
@@ -339,7 +339,7 @@
 
 # Put together the body of the log message.
 my $repname = basename($repos);
-my $websvn_link = "WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=$repname\&path=/$commondir\&rev=$rev\&nolog=1\n";
+my $websvn_link = "WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev\&root=$repname\&rev=$rev\n";
 my @body;
 push(@body, "Author: $author\n");
 push(@body, "Date: $date\n");



More information about the samba-cvs mailing list