GME  13
Public Attributes
svn_location_segment_t Struct Reference

#include <svn_types.h>

List of all members.

Public Attributes

svn_revnum_t range_start
svn_revnum_t range_end
const char * path

Detailed Description

A representation of a segment of an object's version history with an emphasis on the object's location in the repository as of various revisions.

Since:
New in 1.5.

Definition at line 1207 of file svn_types.h.


Member Data Documentation

The absolute (sans leading slash) path for this segment. May be NULL to indicate gaps in an object's history.

Definition at line 1216 of file svn_types.h.

Definition at line 1212 of file svn_types.h.

The beginning (oldest) and ending (youngest) revisions for this segment, both inclusive.

Definition at line 1211 of file svn_types.h.


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