Author: jeeva Date: 2011-07-10 20:40:57-0700 New Revision: 117 Added: trunk/www/custom_error.html
Log: adding custom 404 error page for subversion project Added: trunk/www/custom_error.html Url: http://subversion.tigris.org/source/browse/subversion/trunk/www/custom_error.html?view=markup&pathrev=117 ============================================================================== --- (empty file) +++ trunk/www/custom_error.html 2011-07-10 20:40:57-0700 @@ -0,0 +1,9 @@ +<html> +<body> +<b>The requested file is not available.</b> + +<p>If you are looking for the latest pre-built Windows binaries, these are no longer available here. The volunteers who used to maintain installers on Tigris no longer do so, because there are now professionally built and tested (and still free!) installers available, such as those at <b><a href="http://www.open.collab.net/downloads/subversion">http://www.open.collab.net/downloads/subversion</a></b> + +<p>If you're interested in installing a Subversion server, the "Subversion Edge" download there should be particularly interesting. It bundles together Subversion, Apache httpd, Python bindings, ViewVC, and a web-based admin console, all in a one-click installer. +</body> +</html> \ No newline at end of file
