GME  13
Public Attributes
svn_fs_path_change2_t Struct Reference

#include <svn_fs.h>

List of all members.

Public Attributes

const svn_fs_id_tnode_rev_id
svn_fs_path_change_kind_t change_kind
svn_boolean_t text_mod
svn_boolean_t prop_mod
svn_node_kind_t node_kind
svn_boolean_t copyfrom_known
svn_revnum_t copyfrom_rev
const char * copyfrom_path

Detailed Description

Change descriptor.

Note:
Fields may be added to the end of this structure in future versions. Therefore, to preserve binary compatibility, users should not directly allocate structures of this type.
Since:
New in 1.6.

Definition at line 1231 of file svn_fs.h.


Member Data Documentation

kind of change

Definition at line 1237 of file svn_fs.h.

Copyfrom revision and path; this is only valid if copyfrom_known is true.

Definition at line 1251 of file svn_fs.h.

Definition at line 1253 of file svn_fs.h.

Definition at line 1252 of file svn_fs.h.

what node kind is the path? (Note: it is legal for this to be svn_node_unknown.)

Definition at line 1247 of file svn_fs.h.

node revision id of changed path

Definition at line 1234 of file svn_fs.h.

were there property mods?

Definition at line 1243 of file svn_fs.h.

were there text mods?

Definition at line 1240 of file svn_fs.h.


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