Subversion 1.6.16
|
One external item. More...
#include <svn_wc.h>
Data Fields | |
const char * | target_dir |
The name of the subdirectory into which this external should be checked out. | |
const char * | url |
Where to check out from. | |
svn_opt_revision_t | revision |
What revision to check out. | |
svn_opt_revision_t | peg_revision |
The peg revision to use when checking out. |
One external item.
This usually represents one line from an svn:externals description but with the path and URL canonicalized.
In order to avoid backwards compatibility problems clients should use svn_wc_external_item_create() to allocate and initialize this structure instead of doing so themselves.
const char* svn_wc_external_item2_t::target_dir |
The name of the subdirectory into which this external should be checked out.
This is relative to the parent directory that holds this external item. (Note that these structs are often stored in hash tables with the target dirs as keys, so this field will often be redundant.)
const char* svn_wc_external_item2_t::url |