GME  13
Public Attributes

#include <svn_repos.h>

Collaboration diagram for svn_repos_node_t:
Collaboration graph
[legend]

List of all members.

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_tsibling
struct svn_repos_node_tchild
struct svn_repos_node_tparent

Detailed Description

A node in the repository.

Definition at line 2405 of file svn_repos.h.


Member Data Documentation

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.

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.

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.


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