Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

svn_client_commit_item_t Struct Reference

The commit candidate structure. More...

#include <svn_client.h>


Data Fields

const char * path
 absolute working-copy path of item
svn_node_kind_t kind
 node kind (dir, file)
const char * url
 commit URL for this item
svn_revnum_t revision
 revision (copyfrom-rev if _IS_COPY)
const char * copyfrom_url
 copyfrom-url
apr_byte_t state_flags
 state flags
apr_array_header_t * wcprop_changes
 An array of `svn_prop_t *' changes to wc properties.


Detailed Description

The commit candidate structure.

Definition at line 297 of file svn_client.h.


Field Documentation

apr_array_header_t* svn_client_commit_item_t::wcprop_changes
 

An array of `svn_prop_t *' changes to wc properties.

If adding to this array, allocate the svn_prop_t and its contents in wcprop_changes->pool, so that it has the same lifetime as this svn_client_commit_item_t.

See http://subversion.tigris.org/issues/show_bug.cgi?id=806 for what would happen if the post-commit process didn't group these changes together with all other changes to the item :-).

Definition at line 326 of file svn_client.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 25 00:11:41 2005 for Subversion by  doxygen 1.3.9.1