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

Re: Fix the current test suite

From: Sam TH <sam_at_uchicago.edu>
Date: 2001-05-09 10:38:39 CEST

On Tue, May 08, 2001 at 05:46:12PM -0500, Ben Collins-Sussman wrote:
> Sam TH <sam@uchicago.edu> writes:
> > +import sys
> ...
> > - exit(1)
> > + sys.exit(1)
>
> Is the "sys" module not automatically loaded in all Python
> distributions? To be safe, must we always explicitly import it?
> (gstein?)

Yup. Weird that it got automatically imported for you.

>
>
> > # Create a tree by scanning the working copy
> > - mytree = svn_tree.build_tree_from_wc (wc_dir_name)
> > + mytree = svn_tree.build_tree_from_wc (os.path.join(wc_dir_name, "greekfiles"))
> > +
>
> Ahhhh. These changes, plus the patches below, indicate to me that
> you're not using the latest libsvn_client, Sam. When
> guarantee_greek_repository() runs 'svn import', the "greekfiles"
> directory should *not* be added to the repository's root dir anymore.
> Do a make clean && make, and try again.
>

Yeah, that was the problem. Sorry. Forget those patches.
           
sam th --- sam_at_uchicago.edu --- http://www.abisource.com/~sam/
OpenPGP Key: CABD33FC --- http://samth.dyndns.org/key
DeCSS: http://samth.dynds.org/decss

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:30 2006

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.