GME
13
|
#include <svn_wc.h>
Public Attributes | |
svn_wc_schedule_t | schedule |
const char * | copyfrom_url |
svn_revnum_t | copyfrom_rev |
const svn_checksum_t * | checksum |
const char * | changelist |
svn_depth_t | depth |
svn_filesize_t | recorded_size |
apr_time_t | recorded_time |
const apr_array_header_t * | conflicts |
const char * | wcroot_abspath |
const char * | moved_from_abspath |
const char * | moved_to_abspath |
This struct contains information about a working copy node.
const char* svn_wc_info_t::changelist |
Array of const svn_wc_conflict_description2_t * which contains info on any conflict of which this node is a victim. Otherwise NULL.
If copied, the revision from which the copy was made, else SVN_INVALID_REVNUM.
const char* svn_wc_info_t::copyfrom_url |
The depth of the item, see svn_depth_t
const char* svn_wc_info_t::moved_from_abspath |
const char* svn_wc_info_t::moved_to_abspath |
The size of the file after being translated into its local representation, or SVN_INVALID_FILESIZE if unknown. Not applicable for directories.
const char* svn_wc_info_t::wcroot_abspath |