Re: [ISSUE] Cancelling svn checkout leaves an open file handle

2020-09-08 Thread Uroš Jovanović
gards, Uros On Tue, Sep 8, 2020 at 12:51 AM Daniel Shahaf wrote: > Uroš Jovanović wrote on Mon, 07 Sep 2020 19:25 +0200: > > when using SharpSvn in context of a larger > > application, this would mean the user needs to close the entire > application > > because one unmana

[ISSUE] Cancelling svn checkout leaves an open file handle

2020-09-07 Thread Uroš Jovanović
Hello, Recently I came across this behaviour where if I use the Cancel API to cancel a long running checkout operation, the process running the SVN code leaves an open file handle in the .svn\tmp folder inside the working copy. Initially, I thought it was a SharpSvn (1.9 x64) issue, but I observe