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

file not closed in update?

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2002-10-21 22:05:53 CEST

Hi,

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?

SteveKing

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 22:06:37 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.