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

Re: svn commit: r16098 - in trunk/subversion: clients/cmdline libsvn_client

From: <kfogel_at_collab.net>
Date: 2005-09-20 03:00:26 CEST

lundblad@tigris.org writes:
> --- trunk/subversion/libsvn_client/add.c (original)
> +++ trunk/subversion/libsvn_client/add.c Fri Sep 9 06:33:40 2005
> @@ -670,7 +670,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;

Given the type change, the "2" on the end of the variable name isn't
appropriate anymore, I think.

(You probably had your editor do it all with a string-replace, or
maybe Madan did.)

> --- trunk/subversion/libsvn_client/commit.c (original)
> +++ trunk/subversion/libsvn_client/commit.c Fri Sep 9 06:33:40 2005
> @@ -794,7 +794,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;

Same here.

> @@ -1650,7 +1639,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;

And here.

> --- trunk/subversion/libsvn_client/copy.c (original)
> +++ trunk/subversion/libsvn_client/copy.c Fri Sep 9 06:33:40 2005
> @@ -1141,7 +1141,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;

And here.

> @@ -1178,7 +1178,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;

And here.

> @@ -1197,7 +1197,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err;
> /* It doesn't make sense to specify revisions in a move. */

And here.

> --- trunk/subversion/libsvn_client/delete.c (original)
> +++ trunk/subversion/libsvn_client/delete.c Fri Sep 9 06:33:40 2005
> @@ -289,7 +289,7 @@
> svn_client_ctx_t *ctx,
> apr_pool_t *pool)
> {
> - svn_client_commit_info2_t *commit_info2 = NULL;
> + svn_commit_info_t *commit_info2 = NULL;
> svn_error_t *err = NULL;

And here.

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 20 04:06:21 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.