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

Re: issue #2006: severe new bug, help requested

From: <kfogel_at_collab.net>
Date: 2004-08-16 22:23:01 CEST

Philip Martin <philip@codematters.co.uk> writes:
> Index: subversion/mod_dav_svn/log.c
> ===================================================================
> --- subversion/mod_dav_svn/log.c (revision 10664)
> +++ subversion/mod_dav_svn/log.c (working copy)
> @@ -177,7 +177,7 @@
>
> case 'M':
> SVN_ERR( dav_svn__send_xml(lrb->bb, lrb->output,
> - "<S:modified-path>%s",
> + "<S:modified-path>%s"
> "</S:modified-path>" DEBUG_CR,
> apr_xml_quote_string(pool, path, 0)) );
> break;

Holy cow.

Uh, thank you, Philip.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 16 23:59:33 2004

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.