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

Re: Perl swig bindings starting to smell

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-01-17 23:56:46 CET

On Wed, 17 Jan 2007, Nik Clayton wrote:

> ... the docs talk about a 'greek' tree. I assume this is stored in
> the repo somewhere as a dump file. For the life of me I can't find
> it. Could someone point it to me? Ta.

The Greek tree is the repository we use as the basis for our tests:

 http://svn.collab.net/repos/svn/trunk/subversion/tests/greek-tree.txt

The tree isn't actually stored as a Subversion dump file by the test
code. Instead, it's described by a Python data structure
(svntest.main.greek_state), which uses Subversion's test suite's
Python libraries to create a dump file at test setup time
(svntest.actions.setup_pristine_repository()).

 https://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/svntest/

FWIW, the JavaHL test suite uses this same Greek tree, and same
approach in creating it.

  • application/pgp-signature attachment: stored
Received on Wed Jan 17 23:57:03 2007

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.