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
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.

Detailed Description

The commit candidate structure.

Deprecated:
Provided for backward compatibility with the 1.2 API.

Definition at line 521 of file svn_client.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines