Package: qa.debian.org Severity: minor Tags: patch Hi,
the links to svn://anonscm.debian.org are missing a /svn, patch attached. Regards Evgeni -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From bf6faabeab55b8a7ef2e4fd2d08eaa941f1e7cc0 Mon Sep 17 00:00:00 2001 From: Evgeni Golov <evg...@debian.org> Date: Sun, 23 Mar 2014 14:51:21 +0100 Subject: [PATCH] fix svn links to anonscm.debian.org those were missing the /svn/ part in the path --- pts/www/xsl/pts.xsl | 2 +- wml/common-html.php | 2 +- wml/watch/sf.wml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pts/www/xsl/pts.xsl b/pts/www/xsl/pts.xsl index 499e56d..0dde9cd 100644 --- a/pts/www/xsl/pts.xsl +++ b/pts/www/xsl/pts.xsl @@ -1553,7 +1553,7 @@ other-to-%xx, especially % to %25... Fortunately, that's rare --> pseudopackage</a> in the <a href="http://bugs.debian.org">Debian <acronym title="Bug Tracking System">BTS</acronym></a>.<br/> SVN revision <xsl:value-of select="$svnrev"/> | - <a href="svn://anonscm.debian.org/qa/trunk/pts">Checkout SVN repository</a> | + <a href="svn://anonscm.debian.org/svn/qa/trunk/pts">Checkout SVN repository</a> | <a href="http://anonscm.debian.org/viewvc/qa/trunk/pts/">Browse SVN repository</a><br/> Last modified: <xsl:value-of select="$date"/>. </p> diff --git a/wml/common-html.php b/wml/common-html.php index c9e4d1f..8d2ae40 100644 --- a/wml/common-html.php +++ b/wml/common-html.php @@ -51,7 +51,7 @@ function print_footer() list($micro,$sec) = explode(' ', microtime()); list($smicro,$ssec) = explode(' ', $time); $footer .= sprintf("Time needed to generate page: %.2fs", $sec-$ssec+$micro-$smicro) . html_br(); - $footer .= '<a href="svn://anonscm.debian.org/qa/trunk/wml">Checkout SVN repository</a> | <a href="http://anonscm.debian.org/viewvc/qa/trunk/wml/">Browse SVN repository</a> | '; + $footer .= '<a href="svn://anonscm.debian.org/svn/qa/trunk/wml">Checkout SVN repository</a> | <a href="http://anonscm.debian.org/viewvc/qa/trunk/wml/">Browse SVN repository</a> | '; $footer .= "Report problems with DDPO to the ". html_a("qa.debian.org pseudopackage", "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org") ."."; print html_p(html_small($footer)); diff --git a/wml/watch/sf.wml b/wml/watch/sf.wml index 8e3b33b..f3e2ede 100644 --- a/wml/watch/sf.wml +++ b/wml/watch/sf.wml @@ -54,7 +54,7 @@ Thanks to <a href="http://ftp.heanet.ie/">HEAnet's mirror service</a> for being the source of data for this service. </p> <p> -Get the source code: <a href="svn://anonscm.debian.org/qa/trunk/wml/watch">checkout SVN repository</a> | +Get the source code: <a href="svn://anonscm.debian.org/svn/qa/trunk/wml/watch">checkout SVN repository</a> | <a href="http://anonscm.debian.org/viewvc/qa/trunk/wml/watch/">browse SVN repository</a> </p> <p> Last database update: -- 1.9.1