Re: svn commit: rev 1899 - trunk/subversion/include trunk/subversion/libsvn_repos
From: <cmpilato_at_collab.net>
Date: 2002-05-07 22:20:15 CEST
kfogel@tigris.org writes:
This revision's log message:
> Author: kfogel
Now looks like this:
-- No more electric shocks every time we branch the trunk. With Mike Pilato, start work on issue #582 (making svnlook's commit email diffs show copies as copies, instead of as twenty terabyte adds). End goal is to make svn_repos_dir_delta send copyfrom_args to the editor, and thereunder express only differences against the copy source. Note that this does not address issue #503 (making server->client traffic use copyfrom args so we can send smaller deltas over the wire). This change just removes the old support for copyfrom_args, since it was disabled and wasn't going to fully address issue #503 anyway. With Mike Pilato: * subversion/include/svn_repos.h (svn_repos_dir_delta): New use_copy_history param replaces use_copyfrom_args; change interface promise regarding copyfrom history. Consistify tense in rest of doc string. * subversion/libsvn_repos/delta.c (struct context): It's use_copy_history now, not use_copyfrom_args. (svn_repos_dir_delta): Same, and remove preprocessor conditional. Also, fix typo. (add_file_or_dir): Remove source_parent and source_entry parameters. (find_nearest_entry): Removed. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue May 7 22:25:15 2002 |
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.