svn_repos_node_t Struct Reference
[Data structures and editor things for]

A node in the repository. More...

#include <svn_repos.h>


Data Fields

svn_node_kind_t kind
 Node type (file, dir, etc.
char action
 How this node entered the node tree: 'A'dd, 'D'elete, 'R'eplace.
svn_boolean_t text_mod
 Were there any textual mods? (files only).
svn_boolean_t prop_mod
 Where there any property mods?
const char * name
 The name of this node as it appears in its parent's entries list.
svn_revnum_t copyfrom_rev
 The filesystem revision where this was copied from (if any).
const char * copyfrom_path
 The filesystem path where this was copied from (if any).
struct svn_repos_node_tsibling
 Pointer to the next sibling of this node.
struct svn_repos_node_tchild
 Pointer to the first child of this node.
struct svn_repos_node_tparent
 Pointer to the parent of this node.


Detailed Description

A node in the repository.

Definition at line 1338 of file svn_repos.h.


Field Documentation

Node type (file, dir, etc.

)

Definition at line 1341 of file svn_repos.h.


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

Generated on Tue Mar 11 09:13:23 2008 for Subversion by  doxygen 1.5.5