svn_wc_conflict_version_t Struct Reference
[Conflict callback functionality]

Info about one of the conflicting versions of a node. More...

#include <svn_wc.h>

Data Fields

svn_node_kind_t node_kind
 The node kind.
const char * repos_uuid
 UUID of the repository (or NULL if unknown.
Where to find this node version in a repository

const char * repos_url
 URL of repository root.
svn_revnum_t peg_rev
 revision at which to look up path_in_repos
const char * path_in_repos
 path within repos; must not start with '/'

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.


Field Documentation

The node kind.

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

Definition at line 1676 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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Tue Oct 29 14:11:22 2013 for Subversion by  doxygen 1.6.3