You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2003/06/17 22:13:47 UTC

Re: svn commit: rev 6269 - in trunk/subversion: mod_dav_svn tests/clients/cmdline

cmpilato@tigris.org writes:

> * subversion/mod_dav_svn/update.c
>   (add_helper): Fix the calculation of the baseline collection URL to
>     do URI-encoding.  Also, don't pass 'elt' to send_xml()

OK so far

>                                                            as the
>     format string since it might contain sequences that look like
>     string insert placeholders.  For example, "this%20dir" might look
>     like "this[insert an integer of width 20 here]ir".

but this bit should be in the code rather than the changelog.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 6269 - in trunk/subversion: mod_dav_svn tests/clients/cmdline

Posted by cm...@collab.net.
Philip Martin <ph...@codematters.co.uk> writes:

> >     format string since it might contain sequences that look like
> >     string insert placeholders.  For example, "this%20dir" might look
> >     like "this[insert an integer of width 20 here]ir".
> 
> but this bit should be in the code rather than the changelog.

See revision 6271.

And thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org