2
# This is the meager start to a script that will test the package.
5
SVNADMIN=/usr/bin/svnadmin
7
# create test repository
10
$SVNADMIN create --fs-type fsfs /var/lib/svn
11
$SVN mkdir -m '' file:///var/lib/svn/repos
13
# uncomment repos stuff
15
/etc/init.d/apache2 restart