Subversion
|
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. More... | |
const char * | repos_uuid |
UUID of the repository (or NULL if unknown.) More... | |
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 '/' | |
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.
svn_node_kind_t svn_wc_conflict_version_t::node_kind |
const char* svn_wc_conflict_version_t::repos_uuid |