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

Re: svn commit: r37988 - in trunk/subversion: include include/private libsvn_subr svn tests/cmdline

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 11 Jun 2009 16:17:06 +0100

On Thu, Jun 11, 2009 at 05:00:50PM +0200, Bert Huijben wrote:
> > +/* Return, in @a *true_targets_p, a copy of @a targets with peg revision
> > + * specifiers snipped off the end of each element.
> > + *
> > + * This function is useful for subcommands for which peg revisions
> > + * do not make any sense. Such subcommands still need to allow peg
> > + * revisions to be specified on the command line so that users of
> > + * the command line client can consistently escape '@' characters
> > + * in filenames by appending an '@' character, regardless of the
> > + * subcommand being used.
> > + *
> > + * If a peg revision is present but cannot be parsed, an error is thrown.
> > + * The user has likely forgotten to escape an '@' character in a filename.
> > + *
> > + * It is safe to pass the address of @a targets as @a true_targets_p.
> > + *
> > + * Do all allocations in @a pool. */
> > +svn_error_t *
> > +svn_opt_eat_peg_revisions(apr_array_header_t **true_targets_p,
> > + apr_array_header_t *targets,
> > + apr_pool_t *pool);
> > +
>
> This new function needs a @since doxygen comment.

What do we set it to? I'd like to backport it to 1.6.

Should I set it to 1.7 for now, and make a note in STATUS that
we should manually adjust the @since tag on trunk and 1.6.x
if it gets backported?

Stefan
Received on 2009-06-11 17:17:28 CEST

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.