Author: peter Date: Sun Nov 4 20:58:25 2012 New Revision: 242585 URL: http://svn.freebsd.org/changeset/base/242585
Log: Change the "forever" URL from svn.freebsd.org to svnweb.freebsd.org since that's where the rewrite rule is being evaluated anyway. There is no http server on svn.freebsd.org at all, just a netcat redirect. Modified: svnadmin/conf/mailer.conf Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Sun Nov 4 20:52:26 2012 (r242584) +++ svnadmin/conf/mailer.conf Sun Nov 4 20:58:25 2012 (r242585) @@ -201,8 +201,7 @@ generate_diffs = add copy modify # # The available substitution variable is: rev #commit_url = http://diffs.server.com/trac/software/changeset/%(rev)s -commit_url = http://svn.freebsd.org/changeset/base/%(rev)s -#commit_url = http://svn.freebsd.org/viewvc/svntest/?view=rev&rev=%(rev)s +commit_url = http://svnweb.freebsd.org/changeset/base/%(rev)s # Diff URL construction. For the configured diff URL types, the diff # section (which follows the message header) will include the URL _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
