|
GME
13
|
#include <svn_client.h>

Public Attributes | |
| const char * | path |
| svn_node_kind_t | kind |
| const char * | url |
| svn_revnum_t | revision |
| const char * | copyfrom_url |
| apr_byte_t | state_flags |
| apr_array_header_t * | wcprop_changes |
The commit candidate structure.
Definition at line 562 of file svn_client.h.
| const char* svn_client_commit_item_t::copyfrom_url |
copyfrom-url
Definition at line 577 of file svn_client.h.
node kind (dir, file)
Definition at line 568 of file svn_client.h.
| const char* svn_client_commit_item_t::path |
absolute working-copy path of item
Definition at line 565 of file svn_client.h.
revision (copyfrom-rev if _IS_COPY)
Definition at line 574 of file svn_client.h.
| apr_byte_t svn_client_commit_item_t::state_flags |
state flags
Definition at line 580 of file svn_client.h.
| const char* svn_client_commit_item_t::url |
commit URL for this item
Definition at line 571 of file svn_client.h.
Analogous to the svn_client_commit_item3_t.incoming_prop_changes field.
Definition at line 585 of file svn_client.h.
1.7.6.1