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

Change descriptor. More...

#include <svn_fs.h>

Data Fields

const svn_fs_id_tnode_rev_id
 node revision id of changed path
 
svn_fs_path_change_kind_t change_kind
 kind of change
 
svn_boolean_t text_mod
 were there text mods?
 
svn_boolean_t prop_mod
 were there property mods?
 
svn_node_kind_t node_kind
 what node kind is the path? (Note: it is legal for this to be svn_node_unknown.)
 
svn_boolean_t copyfrom_known
 Copyfrom revision and path; this is only valid if copyfrom_known is true. More...
 
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.

Field Documentation

svn_boolean_t svn_fs_path_change2_t::copyfrom_known

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

Definition at line 1251 of file svn_fs.h.


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