GME
13
|
#include <svn_repos.h>
Public Attributes | |
svn_node_kind_t | kind |
char | action |
svn_boolean_t | text_mod |
svn_boolean_t | prop_mod |
const char * | name |
svn_revnum_t | copyfrom_rev |
const char * | copyfrom_path |
struct svn_repos_node_t * | sibling |
struct svn_repos_node_t * | child |
struct svn_repos_node_t * | parent |
A node in the repository.
Definition at line 2405 of file svn_repos.h.
How this node entered the node tree: 'A'dd, 'D'elete, 'R'eplace
Definition at line 2411 of file svn_repos.h.
Pointer to the first child of this node
Definition at line 2432 of file svn_repos.h.
const char* svn_repos_node_t::copyfrom_path |
The filesystem path where this was copied from (if any)
Definition at line 2426 of file svn_repos.h.
The filesystem revision where this was copied from (if any)
Definition at line 2423 of file svn_repos.h.
Node type (file, dir, etc.)
Definition at line 2408 of file svn_repos.h.
const char* svn_repos_node_t::name |
The name of this node as it appears in its parent's entries list
Definition at line 2420 of file svn_repos.h.
Pointer to the parent of this node
Definition at line 2435 of file svn_repos.h.
Where there any property mods?
Definition at line 2417 of file svn_repos.h.
Pointer to the next sibling of this node
Definition at line 2429 of file svn_repos.h.
Were there any textual mods? (files only)
Definition at line 2414 of file svn_repos.h.