I have a subversion repository with content in it and I want svnsync it to a remote server. The issue is I am getting an error message saying svnsync: Cannot initialize a repository with content in it
when try to initialize svnsync.
svnsync init file:///var/www/svn/project_z/ http://svn.mysvn.com/svn/project_z/
How do I svnsync
a repository with content in them?