Subversion
Data Fields
svn_wc_conflict_version_t Struct Reference

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

#include <svn_wc.h>

Data Fields

svn_node_kind_t node_kind
 Info about this node.
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 1605 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