Hi,
hwright@tigris.org writes:
> Modified: trunk/subversion/include/svn_wc.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/include/svn_wc.h?pathrev=23538&r1=23537&r2=23538
> ==============================================================================
> --- trunk/subversion/include/svn_wc.h (original)
> +++ trunk/subversion/include/svn_wc.h Thu Mar 1 12:53:06 2007
> @@ -474,8 +474,10 @@
> /** One external item. This usually represents one line from an
> * svn:externals description but with the path and URL
> * canonicalized.
> + *
> + * @since New in 1.5.
> */
> -typedef struct svn_wc_external_item_t
> +typedef struct svn_wc_external_item2_t
> {
> /** The name of the subdirectory into which this external should be
> checked out. This is relative to the parent directory that
> @@ -492,23 +494,55 @@
> svn_opt_revision_head. */
> svn_opt_revision_t revision;
>
> -} svn_wc_external_item_t;
> + /** The peg revision to use when checking out. THe only valid kinds are
> + svn_opt_revision_number, svn_opt_revision_date, and
> + svn_opt_revision_head. */
> + svn_opt_revision_t peg_revision;
>
> +} svn_wc_external_item2_t;
> +
Does it make sese to document this as extensible in the future, so we
don't have to rev it to add a field, ossibly adding a factory function
to create the struct if needed? That has proven useful before;)
Thanks,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 1 22:27:33 2007