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

Re: Time Delay when trying to browse repository

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 27 Feb 2014 19:15:08 +0100

On 27.02.2014 16:24, Roy Peter wrote:
> Hi,
>
> I have a situation, we have a machine that has no internet access and every time we try to browse the SVN repository there’s a delay of 10 seconds until we can see the folders, after that it works ok and fast
>
> We used network monitor and we saw the tortoise svn client is trying to connect to a an internet address before it timesout and allow us to browse the repository.
>
> When we enabled internet for the machine the browsing was fast.
>
> We don’t want this machine to have internet access, can you maybe suggest a solution to this?

svn clients try to validate certificates. If you access the server via
https, then clients try to verify that ssl certificate and therefore
have to connect to servers that can do that. Depending on your
certificate and setup, those servers might not be in your local network
but outside. If one of those servers is not reachable then you have to
wait for the timeout until the clients go up the verification chain to
validate from a server higher up in that chain.
So I guess your setup is a little bit messed up.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3073744
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-27 19:14:48 CET

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

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