svn commit: samba-web r391 - in hooks: .

metze at samba.org metze at samba.org
Thu Oct 28 15:57:23 GMT 2004


Author: metze
Date: 2004-10-28 15:57:23 +0000 (Thu, 28 Oct 2004)
New Revision: 391

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

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 15:51:05 UTC (rev 390)
+++ hooks/commit-email.pl	2004-10-28 15:57:23 UTC (rev 391)
@@ -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