Home
last modified time | relevance | path

Searched refs:autoprops (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDadd.c193 apr_hash_t *autoprops, in svn_client__get_paths_auto_props() argument
204 if (autoprops) in svn_client__get_paths_auto_props()
206 for (hi = apr_hash_first(scratch_pool, autoprops); in svn_client__get_paths_auto_props()
272 apr_hash_t *autoprops, in add_file() argument
303 if (autoprops == NULL) in add_file()
308 file_autoprops = autoprops; in add_file()
497 apr_hash_t *autoprops; member
516 apr_array_header_t *autoprops; in all_auto_props_collector() local
523 split_props(&autoprops, value, pool); in all_auto_props_collector()
525 for (i = 0; i < autoprops->nelts; i ++) in all_auto_props_collector()
[all …]
HDimport.c73 apr_hash_t *autoprops; member
251 import_ctx->autoprops, in import_file()
674 apr_hash_t *autoprops, in import() argument
693 import_ctx.autoprops = autoprops; in import()
851 apr_hash_t *autoprops = NULL; in svn_client_import5() local
973 SVN_ERR(svn_client__get_all_auto_props(&autoprops, url, ctx, in svn_client_import5()
1025 autoprops, local_ignores_arr, global_ignores, in svn_client_import5()
HDclient.h376 apr_hash_t *autoprops,
406 svn_error_t *svn_client__get_all_auto_props(apr_hash_t **autoprops,
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDsvn.c2462 opt_state.autoprops = TRUE; in sub_main()
3097 if (opt_state.autoprops && opt_state.no_autoprops) in sub_main()
3119 if (opt_state.autoprops) in sub_main()
HDcl.h228 svn_boolean_t autoprops; /* enable automatic properties */ member
/freebsd-13-stable/contrib/subversion/
HDCHANGES1925 * document svn:autoprops (r1678494 et al.)
2462 * repository can suggest config for autoprops and ignores (r1401908)
4077 * allow escaping of separator characters in autoprops (r36763, -84)
4543 * config autoprops honored regardless of case of entry (issue #2036)