GME  13
Public Attributes
svn_wc_conflict_version_t Struct Reference

#include <svn_wc.h>

List of all members.

Public Attributes

svn_node_kind_t node_kind
const char * repos_uuid
Where to find this node version in a repository
const char * repos_url
svn_revnum_t peg_rev
const char * path_in_repos

Detailed Description

Info about one of the conflicting versions of a node. Each field may have its respective null/invalid/unknown value if the corresponding information is not relevant or not available.

Todo:
Consider making some or all of the info mandatory, to reduce complexity.
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.
See also:
svn_wc_conflict_version_create()
svn_wc_conflict_version_dup()
Since:
New in 1.6.

Definition at line 1659 of file svn_wc.h.


Member Data Documentation

The node kind. Can be any kind, including 'none' or 'unknown'.

Definition at line 1676 of file svn_wc.h.

path within repos; must not start with '/'

Definition at line 1672 of file svn_wc.h.

revision at which to look up path_in_repos

Definition at line 1668 of file svn_wc.h.

URL of repository root

Definition at line 1665 of file svn_wc.h.

UUID of the repository (or NULL if unknown.)

Since:
New in 1.8.

Definition at line 1680 of file svn_wc.h.


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