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

Re: svn commit: r20938 - trunk/subversion/svnsync

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-08-03 18:47:51 CEST

On Wed, 02 Aug 2006, rooneg@tigris.org wrote:
...
> --- trunk/subversion/svnsync/main.c (original)
> +++ trunk/subversion/svnsync/main.c Wed Aug 2 18:36:34 2006
> @@ -62,7 +62,13 @@
> {
> { "initialize", initialize_cmd, { "init" },
> N_("usage: svnsync initialize DEST_URL --source-url SOURCE_URL\n"
> - "Initialize a destination repository.\n"),
> + "Initialize a destination repository for synchronization from\n"
> + "another repository.\n"
> + "\n"
> + "The destination URL must point to the root of a repository with\n"
> + "no committed revisions. The destination repository must allow\n"
> + "revision property changes, and you should not commit to it by\n"
> + "any method other than 'svnsync'.\n"),
> { SVNSYNC_OPTS_DEFAULT,
> svnsync_opt_source_url } },
> { "synchronize", synchronize_cmd, { "sync" },

I've always liked the term "read-only mirror" to describe this. Is
there any way to work that text into the help?

  • application/pgp-signature attachment: stored
Received on Thu Aug 3 18:48:55 2006

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

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