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