Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_location_segment_t Struct Reference

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. More...

#include <svn_types.h>

Data Fields

svn_revnum_t range_start
 The beginning (oldest) and ending (youngest) revisions for this segment, both inclusive. More...
 
svn_revnum_t range_end
 
const char * path
 The absolute (sans leading slash) path for this segment. More...
 

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 1286 of file svn_types.h.

Field Documentation

const char* svn_location_segment_t::path

The absolute (sans leading slash) path for this segment.

May be NULL to indicate gaps in an object's history.

Definition at line 1295 of file svn_types.h.

svn_revnum_t svn_location_segment_t::range_start

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

Definition at line 1290 of file svn_types.h.


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