I have two VisualSVNServer: master (http://example.com/svn) and a mirror (backup)
In each server have the same repository structure with 100 project (20 GB):
D:\Repositories
\MyProject1
\MyProject2
\MyProjectN
at the moment I sync the mirror server manually for each single project, eg:
svnsync synchronize http://127.0.0.1/svn/MyProject1 http://example.com/svn/MyProject1
svnsync synchronize http://127.0.0.1/svn/MyProject2 http://example.com/svn/MyProject2
svnsync synchronize http://127.0.0.1/svn/MyProjectN http://example.com/svn/MyProjectN
it is possible syncronyze all project in the mirror with one command?