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

Re: [PATCH] Fix svn switch --relocate with --depth

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-08-08 12:50:40 CEST

> "combination of arguments"));
> + return svn_cmdline_handle_exit_error(err, pool, "svn: ");
> + }
> /* ### TODO(sd): Use svn_depth_from_word() here? That could work
> ### as long as that function continues to return
> ### svn_depth_unknown for unrecognized words, but there's
> @@ -1294,7 +1301,14 @@
> opt_state.ignore_externals = TRUE;
> break;
> case svn_cl__relocate_opt:
> - opt_state.relocate = TRUE;
> + if (opt_state.depth >= 0)
>
+ if (opt_state.depth != svn_depth_unknown)

Would be better.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 8 12:47:28 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.