Meanwhile I have found a workaround for the problem with still open files after failure: Calling GC will finalize the responsible objects (I guess FileOutputStream) and release the associated resources. After that, cleanup works. The subsequent update operation should set allowUnversionedObstructions to true, as there is a chance that checked-out files are not contained in SVNs meta data.
I am going to check if this problem also occurs in the DAV protocol. For now I just tested the SVN protocol. Sebastian -- View this message in context: http://old.nabble.com/Recovery-after-connection-lost-during-checkout-tp31228849p31237602.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
