You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Carmela Stuart <c....@CableLabs.com> on 2004/12/20 17:27:48 UTC

Redirect in Apache and failure in SVN

I am running Subversion 1.1.1 on Solaris 8 with Apache 2.0.52.  When I
try to browse a repository using an IE browser, I visit
http://repos.company.com, clicks on a link on the web site to browse
repository1, the link is "<a href="/repos/repository1">browser</a>", and
then I'm redirected to https://www.company.com/repos/repository1.  I am
able to browse repository1 just fine with my browser.
 
However, when using the command line SVN client or Tortoise SVN client,
I tried to browse the repository using the url
http://repos.company.com/repos/repository1 and got the following error:
 
"ERROR *PROPFIND request failed on '/repos/repository1' PROPFIND of
'/repos/repository1': 301 Moved Permanently (http://repos.company.com)"
 
Is there a way to handle redirect properly in a non-browser client like
the command line SVN client or the Tortoise SVN client? 
 
Thanks.