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 |
svn_revnum_t | copyfrom_rev |
apr_byte_t | state_flags |
apr_array_header_t * | wcprop_changes |
The commit candidate structure.
Definition at line 529 of file svn_client.h.
copyfrom-rev, valid when copyfrom_url != NULL
Definition at line 547 of file svn_client.h.
const char* svn_client_commit_item2_t::copyfrom_url |
copyfrom-url or NULL if not a copied item
Definition at line 544 of file svn_client.h.
node kind (dir, file)
Definition at line 535 of file svn_client.h.
const char* svn_client_commit_item2_t::path |
absolute working-copy path of item
Definition at line 532 of file svn_client.h.
revision of textbase
Definition at line 541 of file svn_client.h.
apr_byte_t svn_client_commit_item2_t::state_flags |
state flags
Definition at line 550 of file svn_client.h.
const char* svn_client_commit_item2_t::url |
commit URL for this item
Definition at line 538 of file svn_client.h.
Analogous to the svn_client_commit_item3_t.incoming_prop_changes field.
Definition at line 555 of file svn_client.h.