Tim-Christian Bloss created SVN-4641:
----------------------------------------
Summary: silent incomplete checkout with Kerberos timeout
Key: SVN-4641
URL: https://issues.apache.org/jira/browse/SVN-4641
Project: Subversion
Issue Type: Bug
Components: cmdline client
Affects Versions: 1.9.4, 1.8.8
Environment: Server is Debian GNU/Linux 8, Apache 2.4, SVN 1.8.10,
supporting Kerberos authentication, x86_64.
Client is Windows 2008 R2 x86_64, svn cli 1.9.4, using Kerberos authentication.
Kerberos Tickets are valid for 5 minutes.
Checkout takes much longer than 5 minutes.
Reporter: Tim-Christian Bloss
When checking out by svn CLI using Kerberos tickes for authentication and
checkout takes more than 5 minutes (time that Kerberos tickets are valid), then
the checkout ends with state "success" (return code 0) but all files which
could not be fetched within the validity duration of the Kerberos ticket are
missing.
SVN also does not seem to print any warnings or information regarding this
issue we could automatically react on.
This leads to supposedly successfull checkouts but builds do fail due to
missing resources.
Example: Large maven project structure of 200+ submodules (yes we know it's
"not nice", but there's no chance to change this!), checkout takes about 15
minutes, but after 5 minutes checkout end with state "success", but two thirds
of data volume do not get checked out, including the main pom.xml.
The same checkout using Debign GNU/Linux 8 x86_64 with cli 1.9.4 and basic
authentication works correct, checking all files out, taking the full expected
15 minutes for the checkout.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)