Home
last modified time | relevance | path

Searched refs:wcprops (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_wc/
HDupgrade.c170 apr_hash_t *wcprops; in read_many_wcprops() local
181 SVN_ERR(read_propfile(&wcprops, propfile_abspath, result_pool, iterpool)); in read_many_wcprops()
182 if (wcprops != NULL) in read_many_wcprops()
183 svn_hash_sets(*all_wcprops, SVN_WC_ENTRY_THIS_DIR, wcprops); in read_many_wcprops()
202 SVN_ERR(read_propfile(&wcprops, propfile_abspath, in read_many_wcprops()
204 SVN_ERR_ASSERT(wcprops != NULL); in read_many_wcprops()
205 svn_hash_sets(*all_wcprops, apr_pstrdup(result_pool, name), wcprops); in read_many_wcprops()
/trueos/contrib/subversion/
HDCHANGES2017 * 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118)
2698 - internal wcprops take up less space (r19433 -37)
4536 characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136)
4970 * cached wcprops (vsn-rsc-urls) now auto-regenerate if invalid