[SAC] Subversion is 403 right now

Shawn,

Don't know what's going on, but subversion is 403 right now. <http://svn.osgeo.org/svn&gt; or <http://svn.osgeo.org/svn/gdal&gt;

Additionally, after some investigation, it looks like we are explicitly forbidding access:

/etc/httpd/conf.d/rewrite.conf
#### Forbid access to svn.osgeo.org
RewriteCond %{HTTP_HOST} ^svn\.osgeo\.org [NC]
RewriteRule ^/(.*) http://svn.osgeo.org/$1 [

Help!

Howard

Howard Butler wrote:

Shawn,

Don't know what's going on, but subversion is 403 right now.
<http://svn.osgeo.org/svn&gt; or <http://svn.osgeo.org/svn/gdal&gt;

Additionally, after some investigation, it looks like we are explicitly
forbidding access:

/etc/httpd/conf.d/rewrite.conf
#### Forbid access to svn.osgeo.org
RewriteCond %{HTTP_HOST} ^svn\.osgeo\.org [NC]
RewriteRule ^/(.*) http://svn.osgeo.org/$1 [

Howard,

I'm not sure I understand, but the SVN works, at least for me.
I can do svn update as well as fresh svn checkout ie. from

http://osgeo.org/svn/fdooracle

and everything works.

Cheers
--
Mateusz Loskot
http://mateusz.loskot.net

http://svn.osgeo.org/svn/fdooracle doesn't work
https://svn.osgeo.org/svn/fdooracle does, however.

can't do an svn switch from the http to https repositories because switch needs to be able to read from the old repository (http).

On Jan 19, 2007, at 6:00 PM, Mateusz Loskot wrote:

Howard Butler wrote:

Shawn,

Don't know what's going on, but subversion is 403 right now.
<http://svn.osgeo.org/svn&gt; or <http://svn.osgeo.org/svn/gdal&gt;

Additionally, after some investigation, it looks like we are explicitly
forbidding access:

/etc/httpd/conf.d/rewrite.conf
#### Forbid access to svn.osgeo.org
RewriteCond %{HTTP_HOST} ^svn\.osgeo\.org [NC]
RewriteRule ^/(.*) http://svn.osgeo.org/$1 [

Howard,

I'm not sure I understand, but the SVN works, at least for me.
I can do svn update as well as fresh svn checkout ie. from

http://osgeo.org/svn/fdooracle

and everything works.

Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
_______________________________________________
Sac mailing list
Sac@lists.osgeo.org
Sac Info Page