[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r16652 - trunk/subversion/include

From: <kfogel_at_collab.net>
Date: 2005-10-11 18:48:43 CEST

djames@tigris.org writes:
> --- trunk/subversion/include/svn_opt.h (original)
> +++ trunk/subversion/include/svn_opt.h Tue Oct 11 10:01:32 2005
> @@ -202,10 +202,12 @@
> };
>
> /**
> - * A revision value, which can be stored in one of @c svn_opt_revision_kind
> - * ways.
> + * A revision value, which can be specified as a number or a date.
> + * @note This union should only be used in a @c svn_opt_revision_t struct.
> + * @since New in 1.3.
> */
> -typedef union svn_opt_revision_value {
> +typedef union svn_opt_revision_value
> +{
> svn_revnum_t number;
> apr_time_t date;
> } svn_opt_revision_value;

Okay, thanks, ignore my earlier mail about the "@since New in 1.3" then.

:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 11 19:59:49 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.