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

Re: svn commit: rev 4200 - in branches/issue-951-dev/subversion: include libsvn_wc clients/cmdline tests/clients/cmdline/getopt_tests_data

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-12-29 02:21:23 CET

> +/* Modify a working copy directory DIR, changing any
> + repository URLs that begin with FROM to begin with TO instead,
> + recursing into subdirectories if RECURSE is true. */
> +svn_error_t *
> +svn_client_relocate (const char *dir,
> + const char *from,
> + const char *to,
> + svn_boolean_t recurse,
> + apr_pool_t *pool);
> +
> +

hey, i spent an annoyingly long amount of time putting the comments in
that file into doxygen format and now you've gone and cluttered it up
again.

just a friendly reminder to doxygenate it before you merge it into
/trunk.

the changes themself look cool... can't wait to have the feature.

thanks,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 29 02:22:02 2002

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.