GME  13
Public Attributes
svn_client_commit_item2_t Struct Reference

#include <svn_client.h>

Collaboration diagram for svn_client_commit_item2_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
svn_revnum_t copyfrom_rev
apr_byte_t state_flags
apr_array_header_twcprop_changes

Detailed Description

The commit candidate structure.

Deprecated:
Provided for backward compatibility with the 1.4 API.

Definition at line 529 of file svn_client.h.


Member Data Documentation

copyfrom-rev, valid when copyfrom_url != NULL

Definition at line 547 of file svn_client.h.

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.

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.

state flags

Definition at line 550 of file svn_client.h.

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.


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