[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with svn status -u

From: Sebastian Dransfeld <sebastid_at_tango.flipp.net>
Date: 2007-01-19 08:37:06 CET

Hi,

I had a problem that svn worked flawlessly (using mod_dav_svn), but not
svn status -u.

I found out that all svn requests are sent without the hostname in the
URL "<METHOD> /path HTTP/1.1", except svn status -u, which sends "REPORT
http://host/path HTTP/1.1". If the server is wrongly set up, so that
ServerName and <host> does not match this will fail.

So, is there a reason why svn status must use a absolute url?

I know that I should configure my server correctly, but I'm behind a
firewall so that the hostname for the svn server is different if I'm
inside or outside the firewall.

Best regards
Sebastian Dransfeld

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 19 08:37:30 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.