I'm trying to generate a new repository from an svn dump. The svn dump file contains revisions 1-41.
I generate the new repository: svadmin create software_2.0
And then load the revision into the repository: svnadmin load software_2.0 < dump_1_41.dump
However, when complete, I get the message committed new rev 1 (loaded from original 41)
How do I preserve the revision number when loading a dump file into a newly created repository?