Now that I've been beat by SVN I'd like to create a whole new tree and start at rev 1. Is this the process? 1. svn dump backup old. Copy for flash and put in safe 2. svn co tree 3. find . -type d -name '*.svn' -exec rm -v {} \; 4. Remove the repository from /home/svn 5. Import the tree back as a new repository. Chris