![]() |
Subversion
|
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_t * | revision |
| The source operational revision. More... | |
| const svn_opt_revision_t * | peg_revision |
| The source peg revision. More... | |
A structure which describes the source of a copy operation–its path, revision, and peg revision.
Definition at line 5493 of file svn_client.h.
| const char* svn_client_copy_source_t::path |
The source path or URL.
Definition at line 5496 of file svn_client.h.
| const svn_opt_revision_t* svn_client_copy_source_t::peg_revision |
The source peg revision.
Definition at line 5502 of file svn_client.h.
| const svn_opt_revision_t* svn_client_copy_source_t::revision |
The source operational revision.
Definition at line 5499 of file svn_client.h.
1.8.13