GME  13
Public Attributes
svn_client_commit_item_t Struct Reference

#include <svn_client.h>

Collaboration diagram for svn_client_commit_item_t:
Collaboration graph
[legend]

List of all members.

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_twcprop_changes

Detailed Description

The commit candidate structure.

Deprecated:
Provided for backward compatibility with the 1.2 API.

Definition at line 562 of file svn_client.h.


Member Data Documentation

copyfrom-url

Definition at line 577 of file svn_client.h.

node kind (dir, file)

Definition at line 568 of file svn_client.h.

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.

state flags

Definition at line 580 of file svn_client.h.

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.


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