summaryrefslogtreecommitdiffstats
path: root/doc/RUNNING_TESTS
blob: eb8787d95ddcd09b61beb518ec677a6fcf33246b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Creating test repositories
===================

mkdir tmp/test

Subversion
----------
svnadmin create tmp/test/subversion_repository
gunzip < test/fixtures/repositories/subversion_repository.dump.gz | svnadmin load tmp/test/subversion_repository

CVS
---
gunzip < test/fixtures/repositories/cvs_repository.tar.gz | tar -xv -C tmp/test

Bazaar
------
gunzip < test/fixtures/repositories/bazaar_repository.tar.gz | tar -xv -C tmp/test