> -----Original Message-----
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: zondag 1 augustus 2010 10:56
> To: phi...@apache.org
> Cc: dev@subversion.apache.org
> Subject: RE: svn commit: r980784 - in
> /subversion/trunk/subversion/libsvn_wc: adm_files.c node.c wc_db.h
> 
> 
> 
> > -----Original Message-----
> > From: phi...@apache.org [mailto:phi...@apache.org]
> > Sent: vrijdag 30 juli 2010 15:29
> > To: comm...@subversion.apache.org
> > Subject: svn commit: r980784 - in
> > /subversion/trunk/subversion/libsvn_wc: adm_files.c node.c wc_db.h
> >
> > Author: philip
> > Date: Fri Jul 30 13:28:39 2010
> > New Revision: 980784
> >
> > URL: http://svn.apache.org/viewvc?rev=980784&view=rev
> > Log:
> > Remove an svn_wc_entry_t.
> 
> This breaks diff_tests.py 13 on Windows, although I don't know why yet.
> And the error code message looks like we might have a different problem
> somewhere else:
> See http://ci.apache.org/builders/svn-slik-w2k3-x64-
> local/builds/975/steps/Test%20fsfs%2Blocal/logs/faillog
> 
> (some inline review below)
> 


> svn_error_return(svn_wc__internal_get_copyfrom_info(copyfrom_root_url,
> > +
> > copyfrom_repos_relpath,
> > +
> copyfrom_url,
> > +
> copyfrom_rev,
> > +
> > is_copy_target,
> > +                                                        wc_ctx->db,
> > +
> local_abspath,
> > +
> scratch_pool,
> > +
> > scratch_pool));
> > +}


^^^ This caused the error on the Windows buildbot. (The first passed pool 
should be the result pool). Fixed in r981232.

        Bert

Reply via email to