On Mon, Jan 3, 2011 at 16:29, JWalker <jwalker_at_hotmail.bg> wrote:
> Hi,
>
> I had to estabilish TSVN on one Windows 7 PC and had fallen into
> troubles...
> I cannot negotiate with the server by TortoiseSVN. I use VPN to
> connect to our company.
> I am able to browse repositories in Firefox. When I try to browse or
> checkout using TSVN, authentication dialog appear and I am able to
> enter username/password. Then TSVN browser hangs and nothing more
> happens. I disabled the Windows firewall, but with no any progress.
> Also there is bitdefender antvirus & firewall installed. So I wonder,
> why Firefox is capable to browse repositories but TSVN cannot do that?
> May be some protocol is disabled that is used by TSVN?
That is a very likely scenario. Firefox is only using basic HTTP
methods - GET, PUT, HEAD. A Subversion client uses other HTTP methods
related to the WebDAV protocol (which is a subset of HTTP), and many
firewalls and network configurations do filter/block those requests.
Your best bet is to speak with your network administrator and have him
put a trace on your connection, or just document filtering is being
done.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2695717
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-01-03 22:55:38 CET