[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Svnsync

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 27 Jul 2011 14:31:43 +0200

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.
Received on 2011-07-27 15:21:09 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.