#!/bin/sh

## Clean out the geotools svn dump around revision 30,000.
##
## Step 5: Drop the coverages_branch branch.
##
## NB we may do this alternatively by changing the original add of these 
##    files to an svn copy.

svndumpfilter exclude --drop-empty-revs --renumber-revs \
geotools/branches/coverages_branch/branches \
geotools/branches/coverages_branch/trunk/spike \
< gtsvndump-step04.txt > gtsvndump-step05.txt
