cmpilato@tigris.org writes:
> Author: cmpilato
> Date: 2002-04-10 20:06 GMT
> New Revision: 1664
>
> Modified:
> trunk/subversion/include/svn_client.h
> trunk/subversion/include/svn_wc.h
> trunk/subversion/libsvn_client/client.h
> trunk/subversion/libsvn_client/commit.c
> trunk/subversion/libsvn_client/commit_util.c
> trunk/subversion/libsvn_client/copy.c
> trunk/subversion/libsvn_wc/adm_crawler.c
> Log:
I just patched this portion of the log message:
> * subversion/include/svn_wc.h
> (svn_wc_crawl_as_copy): Removed.
> (svn_wc_transmit_text_deltas): Replace 'entry' parameter with
> 'fulltext' parameter.
>
> * subversion/include/svn_client.h
> (svn_client_commit_item_t): Remove 'entry' field, add 'kind',
> 'revision', and 'copyfrom_url'.
> Get the `svn copy wc-path repos-url' case using the new commit system,
> and purge (now-)unused code from the WC library.
>
> * subversion/libsvn_wc/adm_crawler.c
> (struct target_baton, struct stack_object, push_stack, pop_stack,
> remove_all_locks, remove_all_tmpfiles, cleanup_commit, do_lock,
> do_dir_replaces, do_apply_textdelta, do_postfix_text_deltas,
> do_prop_deltas, bail_if_unresolved_conflict, verify_tree_deletion,
> derive_copyfrom_url, report_single_mod, crawl_dir,
> merge_commit_errors, crawl_as_copy, svn_wc_crawl_as_copy): Removed
> as obsolete baby!).
> (svn_wc_transmit_text_deltas): Replace 'entry' parameter with
> 'fulltext' parameter.
...
To look like this instead (I was typing my summary at the top of my
visible screen...but that wasn't the top of the buffer :-)
Get the `svn copy wc-path repos-url' case using the new commit system,
and purge (now-)unused code from the WC library.
* subversion/include/svn_wc.h
(svn_wc_crawl_as_copy): Removed.
(svn_wc_transmit_text_deltas): Replace 'entry' parameter with
'fulltext' parameter.
* subversion/include/svn_client.h
(svn_client_commit_item_t): Remove 'entry' field, add 'kind',
'revision', and 'copyfrom_url'.
* subversion/libsvn_wc/adm_crawler.c
(struct target_baton, struct stack_object, push_stack, pop_stack,
remove_all_locks, remove_all_tmpfiles, cleanup_commit, do_lock,
do_dir_replaces, do_apply_textdelta, do_postfix_text_deltas,
do_prop_deltas, bail_if_unresolved_conflict, verify_tree_deletion,
derive_copyfrom_url, report_single_mod, crawl_dir,
merge_commit_errors, crawl_as_copy, svn_wc_crawl_as_copy): Removed
as obsolete baby!).
(svn_wc_transmit_text_deltas): Replace 'entry' parameter with
'fulltext' parameter.
...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 10 22:20:46 2002