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

[PATCH] improved svnadmin hotcopy help

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-12-27 10:37:45 CET

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 Tue Dec 27 10:38:59 2005

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.