GME  13
Public Attributes
svn_wc_info_t Struct Reference

#include <svn_wc.h>

Collaboration diagram for svn_wc_info_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

svn_wc_schedule_t schedule
const char * copyfrom_url
svn_revnum_t copyfrom_rev
const svn_checksum_tchecksum
const char * changelist
svn_depth_t depth
svn_filesize_t recorded_size
apr_time_t recorded_time
const apr_array_header_tconflicts
const char * wcroot_abspath
const char * moved_from_abspath
const char * moved_to_abspath

Detailed Description

This struct contains information about a working copy node.

Note:
Fields may be added to the end of this structure in future versions. Therefore, users shouldn't allocate structures of this type, to preserve binary compatibility.
Since:
New in 1.7.

Definition at line 3117 of file svn_wc.h.


Member Data Documentation

A changelist the item is in, NULL if this node is not in a changelist.

Definition at line 3135 of file svn_wc.h.

The checksum of the node, if it is a file.

Definition at line 3131 of file svn_wc.h.

Array of const svn_wc_conflict_description2_t * which contains info on any conflict of which this node is a victim. Otherwise NULL.

Definition at line 3154 of file svn_wc.h.

If copied, the revision from which the copy was made, else SVN_INVALID_REVNUM.

Definition at line 3128 of file svn_wc.h.

If copied, the URL from which the copy was made, else NULL.

Definition at line 3124 of file svn_wc.h.

The depth of the item, see svn_depth_t

Definition at line 3138 of file svn_wc.h.

The path the node was moved from, if it was moved here. Else NULL.

Since:
New in 1.8.

Definition at line 3161 of file svn_wc.h.

The path the node was moved to, if it was moved away. Else NULL.

Since:
New in 1.8.

Definition at line 3165 of file svn_wc.h.

The size of the file after being translated into its local representation, or SVN_INVALID_FILESIZE if unknown. Not applicable for directories.

Definition at line 3145 of file svn_wc.h.

The time at which the file had the recorded size recorded_size and was considered unmodified.

Definition at line 3150 of file svn_wc.h.

The schedule of this item ### Do we still need schedule?

Definition at line 3121 of file svn_wc.h.

The local absolute path of the working copy root.

Definition at line 3157 of file svn_wc.h.


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