Error leak leads to confusing place
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Tue, 26 May 2009 16:21:02 -0400
Saw some "Aborted" message today trying to use a 1.6 client on a trunk
if (! under_construction)
if (wc_format == 0 || (err && APR_STATUS_IS_ENOENT(err->apr_err)))
Of course, I was working backwards here, finding a bugfix on the branch and
SVN_ERR(svn_dirent_get_absolute(&local_abspath, path, scratch_pool));
This code doesn't leak the error like the 1.6.x branch code does, though.
Does anyone know the reason why?
What should be done for 1.6.x in terms of fixing this?
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2354191
|
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.