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

log_tests 35 FAIL on Windows 1.7.x

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 01 Mar 2012 10:40:46 +0000

log_tests.py 35 FAILs on Windows for 1.7.x:

http://ci.apache.org/builders/svn-slik-w2k3-x64-ra/builds/3871

It's an "svn log -diff" test and the diff appears before, instead of
after, the log message. If anyone with a Windows build can reproduce
the FAIL please try this patch:

Index: subversion/svn/log-cmd.c
===================================================================
--- subversion/svn/log-cmd.c (revision 1295468)
+++ subversion/svn/log-cmd.c (working copy)
@@ -303,6 +303,7 @@ log_entry_receiver(void *baton,
       end_revision.value.number = log_entry->revision;
 
       SVN_ERR(svn_cmdline_printf(pool, _("\n")));
+ SVN_ERR(svn_cmdline_fflush(stdout));
       SVN_ERR(svn_client_diff_peg5(diff_options,
                                    lb->target_path_or_url,
                                    &lb->target_peg_revision,

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2012-03-01 11:41:23 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.