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

A structure which describes the source of a copy operation–its path, revision, and peg revision. More...

#include <svn_client.h>

Data Fields

const char * path
 The source path or URL. More...
 
const svn_opt_revision_trevision
 The source operational revision. More...
 
const svn_opt_revision_tpeg_revision
 The source peg revision. More...
 

Detailed Description

A structure which describes the source of a copy operation–its path, revision, and peg revision.

Since
New in 1.5.

Definition at line 4267 of file svn_client.h.

Field Documentation

const char* svn_client_copy_source_t::path

The source path or URL.

Definition at line 4270 of file svn_client.h.

const svn_opt_revision_t* svn_client_copy_source_t::peg_revision

The source peg revision.

Definition at line 4276 of file svn_client.h.

const svn_opt_revision_t* svn_client_copy_source_t::revision

The source operational revision.

Definition at line 4273 of file svn_client.h.


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