[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-08-03 19:45:31 CEST

Daniel Rall wrote:
> 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?

As I make other tweaks already noted, I'll try to work that in. Good
suggestion, Dan.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Thu Aug 3 20:10:20 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.