The current Community Guide doesn't turn up in Google searches for 'svn hacking guide' because the document is now called 'Apache Subversion Community Guide (aka "HACKING")', whereas before it was called 'Hacking Guide'.

https://www.google.co.uk/search?q=svn+hacking+guide&oq=svn+hacking+guide&aqs=chrome..69i57.5847j0j7&sourceid=chrome&es_sm=93&ie=UTF-8&qscrl=1

The first link is correctly redirected but the second link points to an outdated version.

[[[
Add redirection to point to the current version of the Apache
Subversion Community Guide to old HACKING GUIDE branch because it
turns up in position 2 when searching Google for 'svn Hacking Guide'.

* subversion/branches/take2/www/hacking.html
  (meta): Redirect to current Community Guide.

]]]


Gabriela
Index: www/hacking.html
===================================================================
--- www/hacking.html	(revision 1598969)
+++ www/hacking.html	(working copy)
@@ -2,6 +2,21 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
+
+<meta charset="UTF-8">
+<meta http-equiv="redirect" 
+  content="1; url=http://subversion.apache.org/docs/community-guide/";>
+ 
+<script>
+  window.location.href = "http://subversion.apache.org/docs/community-guide/";
+</script>
+ 
+<title>Page Redirection</title>
+ 
+If you are not redirected automatically, follow the 
+<a href='http://subversion.apache.org/docs/community-guide/'>
+link to the Apache Subversion Community Guide (aka 'HACKING')</a>
+
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <style type="text/css"> /* <![CDATA[ */
   @import "branding/css/tigris.css";

Reply via email to