Subversion
Data Fields
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 More...
 
svn_node_kind_t kind
 node kind (dir, file) More...
 
const char * url
 commit URL for this item More...
 
svn_revnum_t revision
 revision (copyfrom-rev if _IS_COPY) More...
 
const char * copyfrom_url
 copyfrom-url More...
 
apr_byte_t state_flags
 state flags More...
 
apr_array_header_t * wcprop_changes
 Analogous to the svn_client_commit_item3_t.incoming_prop_changes field. More...
 

Detailed Description

The commit candidate structure.

Deprecated:
Provided for backward compatibility with the 1.2 API.

Definition at line 576 of file svn_client.h.

Field Documentation

◆ copyfrom_url

const char* svn_client_commit_item_t::copyfrom_url

copyfrom-url

Definition at line 591 of file svn_client.h.

◆ kind

svn_node_kind_t svn_client_commit_item_t::kind

node kind (dir, file)

Definition at line 582 of file svn_client.h.

◆ path

const char* svn_client_commit_item_t::path

absolute working-copy path of item

Definition at line 579 of file svn_client.h.

◆ revision

svn_revnum_t svn_client_commit_item_t::revision

revision (copyfrom-rev if _IS_COPY)

Definition at line 588 of file svn_client.h.

◆ state_flags

apr_byte_t svn_client_commit_item_t::state_flags

state flags

Definition at line 594 of file svn_client.h.

◆ url

const char* svn_client_commit_item_t::url

commit URL for this item

Definition at line 585 of file svn_client.h.

◆ wcprop_changes

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.


The documentation for this struct was generated from the following file: