Useful Subversion Commands
Creating Dump Files
For Subversion, the dump files can be created using the svnadmin dump command. For example, the svnadmin dump REPOPATH > SVN_DMP_FILE command generates a dump file for the repository in the REPOPATH directory. The SVN_DUMP_FILE must be replaced with an actual path.
You can find more information about the command hereS.
Was this helpful?