Subversion 1.6.16
|
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. | |
const svn_opt_revision_t * | revision |
The source operational revision. | |
const svn_opt_revision_t * | peg_revision |
The source peg revision. |
A structure which describes the source of a copy operation--its path, revision, and peg revision.
Definition at line 3077 of file svn_client.h.
const char* svn_client_copy_source_t::path |
The source path or URL.
Definition at line 3080 of file svn_client.h.
The source peg revision.
Definition at line 3086 of file svn_client.h.
The source operational revision.
Definition at line 3083 of file svn_client.h.