I use Windows 7 and also I use TortoiseSVN to keep track of my code, now I want to migrate my repository to a cloud-service and the requirement is create a *.dump file, but I ca
Subversion 1.7 now has the svnrdump command line utility.
svnrdump
svnrdump dump https://host/repo > repo.dump
Note that this always creates a dump with deltas, which might not be what you want.