view setup.cfg @ 505:4caa400abe8e

This alters the `svn:checkout` command to take an extra parameter, `shared_path`, which will be used to share checkouts, preventing checking out the whole project for every revision that's tested. `shared_path` is relative to the project directory, so for standard usage set `shared_path` to something like `../trunk` Fixes #289
author dfraser
date Mon, 09 Mar 2009 13:59:57 +0000
parents e3ab7698dae7
children 24c04502b29f
line wrap: on
line source
[egg_info]
tag_build = dev
tag_svn_revision = true

[unittest]
xml_output = build/test-results.xml
coverage_summary = build/test-coverage.txt
coverage_dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software