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

Re: file not closed in update?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-21 22:40:55 CEST

"Ich Selbst" <ichselbst@gmx.ch> writes:
> I'm having some problems using the svn client library.
> This is what I do (on windows):
>
> ...
> apr_pool_t * pool = svn_pool_create(NULL);
> Err = svn_client_update (auth_obj, (LPCTSTR)path, NULL, getRevision
> (revision), recurse, notify, (void *)this, pool);
> svn_pool_destroy(pool);
> ...
>
> when calling svn_pool_destroy(pool) I get a first-chance exception with an
> invalid file handle.
> The update itself completes successfully (the file is really updated).
> Can someone help me with what I am doing wrong?

Haven't seen anything like this, as far as I can remember.

Can you send us the entire code necessary to reproduce it, and
environment information, including exact Windows version, etc?

Thanks,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 23:10:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

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