You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fletcher Cocquyt <fc...@stanford.edu> on 2006/05/05 17:00:11 UTC

BigIP svn: OPTIONS request failed

Hi,

I have a mod_dav_svn 1.3.1 apache 2.0.54 server behind a BigIP v9.x BigIP
loadbalancer and it works great for list and checkout operations, but commits
give this error:

svn: Commit failed (details follow):
svn: OPTIONS request failed on '/repos/scripts'
svn: OPTIONS of '/repos/scripts': 400 Bad Request (https://irt-svn-l3)

This same commit on the un-loadbalanced node goes through fine.

thanks for any tips,
Fletcher


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: BigIP svn: OPTIONS request failed

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 5/5/06, Fletcher Cocquyt <fc...@stanford.edu> wrote:
> Hi,
>
> I have a mod_dav_svn 1.3.1 apache 2.0.54 server behind a BigIP v9.x BigIP
> loadbalancer and it works great for list and checkout operations, but commits
> give this error:
>
> svn: Commit failed (details follow):
> svn: OPTIONS request failed on '/repos/scripts'
> svn: OPTIONS of '/repos/scripts': 400 Bad Request (https://irt-svn-l3)
>
> This same commit on the un-loadbalanced node goes through fine.

I suspect you probably need to do something to your BigIP to get it to
allow WebDAV http requests through.  See
http://subversion.tigris.org/faq.html#http-methods for all the http
methods that Subversion uses, if the BigIP is blocking any of those
you will have problems.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org