h2. Creating the test repository You need to create a SVN test repository in the @tmp/svn_test@ in order to be able to test repository specific aspects of the application. Go to your application's root directory and enter: {{{ svnadmin create tmp/svn_test }}} Afterwards load the included repository fixture into the repository by typing: {{{ gunzip < test/fixtures/repository_dump.gz | svnadmin load tmp/svn_test/ }}} Done! You can now run all the tests as usual, either through rake or by executing them individually.