libsvn_wc/status.c:assemble_status() doc string lies?
From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-10-04 21:07:09 CEST
assemble_status() produces a svn_wc_status2_t. Part of its input for
ENTRY may be null, for non-versioned entities. In this case, we
Else, ENTRY's pool must not be shorter-lived than STATUS's, since
However, it appears to do a deep copy of entry:
stat->entry = svn_wc_entry_dup (entry, pool);
From svn_wc.h:
/** Return a duplicate of @a entry, allocated in @a pool. No part of the new
It seems that it is then a lie that we care about the lifetime of entry's
- Dan
---------------------------------------------------------------------
|
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.