GME  13
Public Attributes
svn_log_changed_path2_t Struct Reference

#include <svn_types.h>

List of all members.

Public Attributes

char action
const char * copyfrom_path
svn_revnum_t copyfrom_rev
svn_node_kind_t node_kind
svn_tristate_t text_modified
svn_tristate_t props_modified

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 753 of file svn_types.h.


Member Data Documentation

'A'dd, 'D'elete, 'R'eplace, 'M'odify

Definition at line 756 of file svn_types.h.

Source path of copy (if any).

Definition at line 759 of file svn_types.h.

Source revision of copy (if any).

Definition at line 762 of file svn_types.h.

The type of the node, may be svn_node_unknown.

Definition at line 765 of file svn_types.h.

Are properties modified, may be svn_tristate_unknown.

Since:
New in 1.7.

Definition at line 773 of file svn_types.h.

Is the text modified, may be svn_tristate_unknown.

Since:
New in 1.7.

Definition at line 769 of file svn_types.h.


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