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

Re: [PATCH] improved svnadmin hotcopy help

From: Michael W Thelen <mike_at_pietdepsi.com>
Date: 2006-01-13 18:31:19 CET

Mathias Weinert wrote:
> I sent a little patch some days ago and didn't get any response.
> As 1.3.0 is out now I hope to get any comment about this patch.
>
> please find the original mail below.

Thanks for the patch... it looks fine to me. It makes the help text
consistent with other help text that refers to "Berkeley DB log files"
(list-dblogs and list-unused-dblogs). And the "[Berkeley DB]" notation
is consistent with the "svnadmin create" help text, which also uses it
for BDB-specific options. Would a full committer be willing to commit
this or +1 it? If there is no response within a day or two, I'll file
an issue for it in the issue tracker.

> [[[
> * subversion/svnadmin/main.c
> - clearified help for the 'clean-logs' option for 'svnadmin hotcopy'
> ]]]
>
> --- subversion/svnadmin/main.c.orig 2005-08-28 00:26:20.000000000 +0200
> +++ subversion/svnadmin/main.c 2005-12-27 10:28:39.232833400 +0100
> @@ -270,7 +270,9 @@
> N_("read user configuration files from directory ARG")},
>
> {"clean-logs", svnadmin__clean_logs, 0,
> - N_("remove redundant log files from source repository")},
> + N_("remove redundant Berkeley DB log files\n"
> + " "
> + "from source repository [Berkeley DB]")},
>
> {"use-pre-commit-hook", svnadmin__use_pre_commit_hook, 0,
> N_("call pre-commit hook before committing revisions")},

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with
potatoes.       -- Douglas Adams
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 13 19:00:04 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.