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

Re: svn commit: r1580866 - in /subversion/trunk/subversion/svnrdump: load_editor.c svnrdump.c svnrdump.h

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 26 Mar 2014 03:20:39 +0000

rhuijben_at_apache.org wrote on Mon, Mar 24, 2014 at 14:46:57 -0000:
> + {"skip-revprop", opt_skip_revprop, 1,
> + N_("skip revision property (E.g. svn:date, svn:author)")},

How about this? ---

Index: svnrdump.c
===================================================================
--- svnrdump.c (revision 1581669)
+++ svnrdump.c (working copy)
@@ -124,7 +124,7 @@
     {"incremental", opt_incremental, 0,
                       N_("dump incrementally")},
     {"skip-revprop", opt_skip_revprop, 1,
- N_("skip revision property (E.g. svn:date, svn:author)")},
+ N_("skip revision property ARG (e.g., \"svn:author\")")},
     {"config-dir", opt_config_dir, 1,
                       N_("read user configuration files from directory ARG")},
     {"username", opt_auth_username, 1,
Received on 2014-03-26 04:21:24 CET

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.