GME  13
Public Attributes
svn_client_info2_t Struct Reference

#include <svn_client.h>

Collaboration diagram for svn_client_info2_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

const char * URL
svn_revnum_t rev
const char * repos_root_URL
const char * repos_UUID
svn_node_kind_t kind
svn_filesize_t size
svn_revnum_t last_changed_rev
apr_time_t last_changed_date
const char * last_changed_author
const svn_lock_tlock
const svn_wc_info_twc_info

Detailed Description

A structure which describes various system-generated metadata about a working-copy path or URL.

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 6001 of file svn_client.h.


Member Data Documentation

The node's kind.

Definition at line 6018 of file svn_client.h.

The author of the last_changed_rev.

Definition at line 6033 of file svn_client.h.

The date of the last_changed_rev.

Definition at line 6030 of file svn_client.h.

The last revision in which this object changed.

Definition at line 6027 of file svn_client.h.

An exclusive lock, if present. Could be either local or remote.

Definition at line 6036 of file svn_client.h.

The root URL of the repository.

Definition at line 6012 of file svn_client.h.

The repository's UUID.

Definition at line 6015 of file svn_client.h.

The revision of the object. If the target is a working-copy path, then this is its current working revnum. If the target is a URL, then this is the repos revision that it lives in.

Definition at line 6009 of file svn_client.h.

The size of the file in the repository (untranslated, e.g. without adjustment of line endings and keyword expansion). Only applicable for file -- not directory -- URLs. For working copy paths, size will be SVN_INVALID_FILESIZE.

Definition at line 6024 of file svn_client.h.

Where the item lives in the repository.

Definition at line 6004 of file svn_client.h.

Possible information about the working copy, NULL if not valid.

Definition at line 6039 of file svn_client.h.


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