[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: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2006-01-02 11:04:22 CET

Hi there,

first of all: Happy New Year!!!
second: Congratulations for shipping release 1.3.0! (although
at the moment there are some problems with the download ;-) )

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.

Mathias

Original mail:

> Hi there,
>
> please find enclosed a little patch which clearifys the help for
> the 'clean-logs' option for 'svnadmin hotcopy'.
>
> Mathias

[[[
* 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")},

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 2 11:05: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.