I have 3 repositories in my svn server. 2 were created using VisualSVN Server and a third was imported from an old version of subversion. I'm trying to back them up. I'm using the command :
svnadmin hotcopy c:\repositories\repo1 c:\svn-backups\repo1 --clean- logs svnadmin hotcopy c:\repositories\repo2c:\svn-backups\repo2--clean-logs svnadmin hotcopy c:\repositories\repo3 \vn-backups\repo3--clean-logs

