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

Re: Will DAV look like just a normal http request?

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-12-13 18:47:31 CET

----- Original Message -----
From: Scott Tavares

[snip]
> for any reason ). But http requests are open. So to
> make a short story long , will a request over the net
> to a svn repo using DAV look like just a normal
> http request?

No, it won't. At least not if you want to commit
data. Just browsing the tree should be possible,
but other DAV commands are sometimes blocked
by firewalls.

But if you secure your repository access with ssl
then all those special DAV commands get encrypted
too and the firewall won't be able to block those
specific commands.
If your firewall blocks port 443 (ssl) then just
set up your server to use ssl on port 80 and you
should be fine.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 13 18:48:55 2003

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

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