From cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 5 Aug 2017 16:22:51 +0000 Subject: subversion-1.9.7 --- subversion/include/svn_opt.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'subversion/include/svn_opt.h') diff --git a/subversion/include/svn_opt.h b/subversion/include/svn_opt.h index 25da44f..1c85b61 100644 --- a/subversion/include/svn_opt.h +++ b/subversion/include/svn_opt.h @@ -24,8 +24,8 @@ * @brief Option and argument parsing for Subversion command lines */ -#ifndef SVN_OPTS_H -#define SVN_OPTS_H +#ifndef SVN_OPT_H +#define SVN_OPT_H #include #include @@ -656,6 +656,10 @@ svn_opt_parse_all_args(apr_array_header_t **args_p, * canonical form if @a path is in canonical form. * * @since New in 1.1. + * @since Since 1.6.5, this returns an error if @a path contains a peg + * specifier with no path before it, such as "@abc". + * @since Since 1.9.0, this no longer returns an error if @a path contains a peg + * specifier with no path before it, such as "@abc". */ svn_error_t * svn_opt_parse_path(svn_opt_revision_t *rev, @@ -776,4 +780,4 @@ svn_opt_print_help(apr_getopt_t *os, } #endif /* __cplusplus */ -#endif /* SVN_OPTS_H */ +#endif /* SVN_OPT_H */ -- cgit v1.2.1