To move a folder or document between SVN repositories by retaining history, following steps would help.
Step I
Dump the entire svn repository to a dump file with svnadmin dump. If the repository is too big to dump, better pipe the next two commands. Command here is split in the …