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

svn_wc_relocation_validator3_t's documentation needs update?

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-04-01 09:37:54 CEST

Hi,

svn_wc_relocation_validator3_t's document says:

 ...
 * If @a root is true, then the implementation should make sure that @a url
 * is the repository root. Else, it can be an URL inside the repository.
 * @a pool may be used for temporary allocations.
 ...

But

  typedef svn_error_t *(*svn_wc_relocation_validator3_t)(void *baton,
                                                         const char *uuid,
                                                         const char *url,
                                                         const char *root_url,
                                                         apr_pool_t *pool);

doesn't include "root" parameter. Is
svn_wc_relocation_validator3_t's documentation old?

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 1 09:38:11 2007

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.