Re: Don't reject arguments of the form ".@PEG"
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 29 Oct 2014 14:35:35 +0000
I (Julian Foad) wrote:
Bah, I got that wrong. svn_client_args_to_target_array2() was NOT the problem, and its behaviour is unchanged by this commit.
The problem was AFTER svn_client_args_to_target_array2 had converted paths to "internal style", then when we call svn_opt__split_arg_at_peg_revision() (typically via svn_opt_parse_path() or svn_cl__eat_peg_revisions()).
So svn_opt_parse_path() is the only public function whose behaviour changes. I think it would be sufficient to annotate its doc string like this:
* @since New in 1.1.
r1635151 adds this note, and also tweaks the docs of svn_client_args_to_target_array*().
- Julian
|
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.