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

Re: svn commit: r1035894 - in /subversion/trunk: ./ subversion/include/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/libsvn_ra/ subversion/libsvn_ra_local/ subver...

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 14 Feb 2011 14:42:12 +0200

pburba_at_apache.org wrote on Wed, Nov 17, 2010 at 01:08:29 -0000:
> +++ subversion/trunk/subversion/svnserve/serve.c Wed Nov 17 01:08:28 2010
> @@ -1838,11 +1838,14 @@ static svn_error_t *get_mergeinfo(svn_ra
> + svn_boolean_t validate_inherited_mergeinfo;
>
> - SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "l(?r)wb", &paths, &rev,
> - &inherit_word, &include_descendants));
> + SVN_ERR(svn_ra_svn_parse_tuple(params, pool, "l(?r)wb?b", &paths, &rev,
> + &inherit_word,
> + &include_descendants,
> + &validate_inherited_mergeinfo));

Please update subversion/libsvn_ra_svn/protocol. :-)
Received on 2011-02-14 13:47:28 CET

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.