Are there any dangers of skipping a particular revision if I know we don't need it when using svnadmin dump?
I'm migrating to a new SVN server, and one foolish commit of about 1gb worth of images is causing the dump to take forever. Furthermore, I'm setting up an svnsync to do incremental syncs on each commit, but my initial sync ends up timing out, just on that particular revision.
If I do a dump up to that revision, then do an incremental dump thereafter, could this in any way affect revisions after that??