Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_log_changed_path2_t Struct Reference

A structure to represent a path that changed for a log entry. More...

#include <svn_types.h>

Data Fields

char action
 'A'dd, 'D'elete, 'R'eplace, 'M'odify
 
const char * copyfrom_path
 Source path of copy (if any). More...
 
svn_revnum_t copyfrom_rev
 Source revision of copy (if any). More...
 
svn_node_kind_t node_kind
 The type of the node, may be svn_node_unknown. More...
 
svn_tristate_t text_modified
 Is the text modified, may be svn_tristate_unknown. More...
 
svn_tristate_t props_modified
 Are properties modified, may be svn_tristate_unknown. More...
 

Detailed Description

A structure to represent a path that changed for a log entry.

Note
To allow for extending the svn_log_changed_path2_t structure in future releases, always use svn_log_changed_path2_create() to allocate the structure.
Since
New in 1.6.

Definition at line 763 of file svn_types.h.

Field Documentation

const char* svn_log_changed_path2_t::copyfrom_path

Source path of copy (if any).

Definition at line 769 of file svn_types.h.

svn_revnum_t svn_log_changed_path2_t::copyfrom_rev

Source revision of copy (if any).

Definition at line 772 of file svn_types.h.

svn_node_kind_t svn_log_changed_path2_t::node_kind

The type of the node, may be svn_node_unknown.

Definition at line 775 of file svn_types.h.

svn_tristate_t svn_log_changed_path2_t::props_modified

Are properties modified, may be svn_tristate_unknown.

Since
New in 1.7.

Definition at line 783 of file svn_types.h.

svn_tristate_t svn_log_changed_path2_t::text_modified

Is the text modified, may be svn_tristate_unknown.

Since
New in 1.7.

Definition at line 779 of file svn_types.h.


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