#!/bin/sh

## Clean out the geotools svn dump around revision 30,000.
##
## Step 1: Cut out udig. 
##           -- some files were copied between projects so we need to include
##              some of uDig.
##           -- root level branches tags and trunk existed in the past

svndumpfilter include --drop-empty-revs --renumber-revs \
\
geotools \
branches \
tags \
trunk \
\
udig/trunk/gml \
udig/branches/1.0.x/gt/gtxml \
udig/branches/1.0.x/gt/gml2 \
udig/branches/1.0.x/gt/filter \
\
< gtsvndump-original.txt > gtsvndump-step01.txt
