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

RE: svn commit: r980784 - in /subversion/trunk/subversion/libsvn_wc: adm_files.c node.c wc_db.h

From: Bert Huijben <bert_at_qqmail.nl>
Date: Sun, 1 Aug 2010 16:30:25 +0200

> -----Original Message-----
> From: Bert Huijben [mailto:bert_at_qqmail.nl]
> Sent: zondag 1 augustus 2010 10:56
> To: philip_at_apache.org
> Cc: dev_at_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: philip_at_apache.org [mailto:philip_at_apache.org]
> > Sent: vrijdag 30 juli 2010 15:29
> > To: commits_at_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
Received on 2010-08-01 16:31:06 CEST

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.