![]() |
Subversion
|
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 |
| Analogous to the svn_client_commit_item3_t.incoming_prop_changes field. | |
The commit candidate structure.
Definition at line 576 of file svn_client.h.
| const char* svn_client_commit_item_t::copyfrom_url |
copyfrom-url
Definition at line 591 of file svn_client.h.
| svn_node_kind_t svn_client_commit_item_t::kind |
node kind (dir, file)
Definition at line 582 of file svn_client.h.
| const char* svn_client_commit_item_t::path |
absolute working-copy path of item
Definition at line 579 of file svn_client.h.
| svn_revnum_t svn_client_commit_item_t::revision |
revision (copyfrom-rev if _IS_COPY)
Definition at line 588 of file svn_client.h.
| apr_byte_t svn_client_commit_item_t::state_flags |
state flags
Definition at line 594 of file svn_client.h.
| const char* svn_client_commit_item_t::url |
commit URL for this item
Definition at line 585 of file svn_client.h.
| apr_array_header_t* svn_client_commit_item_t::wcprop_changes |
Analogous to the svn_client_commit_item3_t.incoming_prop_changes field.
Definition at line 599 of file svn_client.h.