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

Re: [PATCH] Use uniform namespace for the 'include-parents' parameter

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-07-19 03:15:31 CEST

On Wed, 19 Jul 2006, Madan S. wrote:
...
> Follow uniform SVN namespace for the 'include-parents' parameter.
>
> (In branches/merge-tracking)

Please use this info as the prefix.

On the merge-tracking branch: ...

> * subversion/libsvn_ra_dav/mergeinfo.c
> (svn_ra_dav__get_merge_info): Modify to use the 'S:include-parents'
> namespace as used by dav_svn__get_merge_info_report().
> ]]]
...
> --- subversion/libsvn_ra_dav/mergeinfo.c (revision 20729)
> +++ subversion/libsvn_ra_dav/mergeinfo.c (working copy)
> @@ -187,7 +187,7 @@
> {
> svn_stringbuf_appendcstr(request_body,
> apr_psprintf(pool,
> - "<S:include_parents/>"));
> + "<S:include-parents/>"));
> }
>
> if (paths)

+1, please commit.

  • application/pgp-signature attachment: stored
Received on Wed Jul 19 03:16:18 2006

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.