Main Page   Modules   Data Structures   File List   Data Fields  

svn_wc_external_item_t Struct Reference

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

const char * url
 Where to check out from.

svn_opt_revision_t revision
 What revision to check out. More...


Detailed Description

One external item.

This usually represents one line from an svn:externals description but with the path and URL canonicalized.

Definition at line 384 of file svn_wc.h.


Field Documentation

svn_opt_revision_t svn_wc_external_item_t::revision
 

What revision to check out.

The only valid kinds for this are svn_opt_revision_number, svn_opt_revision_date, and svn_opt_revision_head.

Definition at line 399 of file svn_wc.h.

const char* svn_wc_external_item_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.)

Definition at line 391 of file svn_wc.h.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 31 01:47:56 2005 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002