Main Page   Modules   Data Structures   File List   Data Fields  

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).

svn_repos_node_t * sibling
 Pointer to the next sibling of this node.

svn_repos_node_t * child
 Pointer to the first child of this node.

svn_repos_node_t * parent
 Pointer to the parent of this node.


Detailed Description

A node in the repository.

Definition at line 733 of file svn_repos.h.


The documentation for this struct was generated from the following file:
Generated on Tue Oct 19 09:49:47 2004 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002