I have started to load a subversion dump into a repository. Before it could finish, I exhausted my quota and the command stopped
<<< Started new transaction, based on original revision 327 * editing path : XXX/YYY/Makefile ... done. svnadmin: Can't write to file '/XXX/db/txn-protorevs/2738-24o.rev': Disk quota exceed
I have asked for more quota but now I am not sure how to continue the import. Should I simply redo the same command ?
svnadmin load --parent-dir Software/xxx_modules /XXX/YYY < ~/xxx.svn.dmp
Or is there a way to restart the import at the revision where it failed (327) ?