Hello all,

I have search in your Wiki and previous posting, but nothing ...

If I try a:

DefaultSVNAuthenticationManager authManager = new
DefaultSVNAuthenticationManager(
                svnConfigDir, true, username, password);
        SVNClientManager svnClientManager =
SVNClientManager.newInstance(options);
        if (svnUrlStr.startsWith("https")) {
            svnClientManager.setAuthenticationManager(authManager);
        }
        SVNUpdateClient svnUpdateClient =
svnClientManager.getUpdateClient();
        try {
            svnUpdateClient.doExport(svnUrl, checkoutTempDir,
SVNRevision.UNDEFINED,
                    SVNRevision.HEAD, "\n", true, SVNDepth.FILES);

How I can set a Timeout connection please ? Because my svn connection
response is very slow

Thank for you help
-- 
View this message in context: 
http://old.nabble.com/SVNUpdateClient-Timeout-tp31636287p31636287.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to