[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-08-16 23:55:03 CEST

kfogel@collab.net writes:

> I'd like to draw developers' attention to issue #2006, a severe bug in
> 'svn log -v' over DAV. It seems to have entered the trunk codebase
> relatively recently. It is easy to reproduce; see the script in
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=2006
>
> If you have a chance, please at least glance over the issue and see if
> anything about it jumps out at you. Ben Collins-Sussman and I are
> stumped so far (he just discovered it today).

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;

-- 
Philip Martin
---------------------------------------------------------------------
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:55:39 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.