Author: pburba Revision: 1409064 Modified property: svn:log Modified: svn:log at Thu Dec 6 20:05:41 2012 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Thu Dec 6 20:05:41 2012 @@ -14,6 +14,32 @@ http://svn.haxx.se/dev/archive-2012-11/0 * subversion/libsvn_client/add.c + *** Note from the future: Not all The functionality promised + by this commit was made in this change. Specifically, + 'svn add --no-ignore' does not disregard svn:global-ignores. + This we rectified in r1418017. *** + + (svn_client__get_paths_auto_props): Allow for null AUTOPROPS argument. + + (add_file): Add a new argument NO_AUTOPORPS signaling if we want to + consider autoprops or not and set applicable autoprops if we do. + + (add_dir_recursive): Add a new argument NO_AUTOPORPS signaling if we + want to consider autoprops or not. Pass it along to recursive calls + and to add_file(). + + (add): Add a new argument NO_AUTOPORPS signaling if we want to consider + autoprops or not. Pass this arg to add_dir_recursive() and add_file(). + + (svn_client_add4): Revved to... + + (svn_client_add5): ...this. Most of the change here is just the name + change of the POOL arg to SCRATCH_POOL. Functional bit is accepting + the new NO_AUTOPROPS arg and passing it down add(). + + (svn_client__make_local_parents): Replace call to svn_client_add4 with + svn_client_add5. + * subversion/libsvn_client/client.h (svn_client__get_paths_auto_props): Better explain what this function does.
