You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/02 00:09:28 UTC

svn commit: r451823 - /geronimo/site/trunk/docs/.htaccess

Author: jdillon
Date: Sun Oct  1 15:09:27 2006
New Revision: 451823

URL: http://svn.apache.org/viewvc?view=rev&rev=451823
Log:
Disable the svn redirect for the moment

Modified:
    geronimo/site/trunk/docs/.htaccess

Modified: geronimo/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/.htaccess?view=diff&rev=451823&r1=451822&r2=451823
==============================================================================
--- geronimo/site/trunk/docs/.htaccess (original)
+++ geronimo/site/trunk/docs/.htaccess Sun Oct  1 15:09:27 2006
@@ -8,4 +8,8 @@
 
 RewriteRule ^wiki$ http://cwiki.apache.org/geronimo
 
-RewriteRule ^svn$ http://svn.apache.org/repos/asf/geronimo
\ No newline at end of file
+##
+## TODO: Rename to "svn.html" page to "source.html" and then enable this
+##       to redirect to the SVN repo
+##
+#RewriteRule ^svn$ http://svn.apache.org/repos/asf/geronimo
\ No newline at end of file