README.TXT
|
14236
(4 years ago)
by pmarek:
* branches/meta-data-versioning/README.TXT:
Textchanges as requested from Philip Martin in
http://svn.haxx.se/dev/archive-2005-03/0208.shtml
* subversion/libsvn_subr/io.c
(svn_io_file_set_file_owner_group_mode):
Fixed a bug (uninitialized variables)
Make the meta-data-properties available for directories, too.
* subversion/libsvn_client/commit_util.c
(harvest_committables): Store the owner, group and mode
not only for files, but directories too.
* subversion/libsvn_client/export.c
(change_dir_prop): save the directories' meta-data-properties,
so that they can be set on export.
* subversion/libsvn_client/repos_diff.c
(struct dir_baton, struct file_baton): The member file_info
has to be at the same position in both, so that the common
function populate_finfo() can use it.
(populate_finfo): Accept either dir_baton or file_baton as argument.
(change_dir_prop): Store the current meta-data-property values for
later use.
* subversion/libsvn_wc/adm_ops.c
(revert_admin_things): Use meta-data-properties for directories too,
not only for files.
* subversion/libsvn_wc/update_editor.c
(struct dir_baton): New fields for owner, group, mode.
(change_dir_prop): Store property values in the new fields.
(close_directory): Use stored values to set directories' owner, group,
mode.
|