On Wed, Jul 27, 2011 at 02:24:42PM +0200, Onno van der Straaten wrote:
> Hi all,
> I'm trying to synsync a repository. I have done this in the past but it
> seems I have forgotten how to do this. From my notes I understand that I
> need to initialize the svnsync on the target repository. So I ssh to the
> target machine that has the target repos and issue the following command
> svnsync init file:///path_to_my_repos/
> svnsync: Try 'svnsync help' for more info
> svnsync: Not enough arguments provided

svnsync init expects 2 URLs:
  usage: svnsync initialize DEST_URL SOURCE_URL

You are missing either the DEST_URL or the SOURCE_URL.

Reply via email to