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

Re: svn commit: r34878 - trunk/subversion/svnlook

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Tue, 23 Dec 2008 05:53:07 +0100

2008-12-21 06:23:14 Dongsheng Song napisał(a):
> Author: cauchy
> Date: Sat Dec 20 21:23:14 2008
> New Revision: 34878
>
> Log:
> Remove extra spaces, aligned commands.

These spaces are actually needed:

$ LC_ALL=C svnlook ? pg | head -n2
propget (pget, pg): usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS
                           2. svnlook propget --revprop REPOS_PATH PROPNAME
^^^^^^^^^^^^^^^^^^^^

I reverted this revision in r34890.

> Modified:
> trunk/subversion/svnlook/main.c
>
> Modified: trunk/subversion/svnlook/main.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svnlook/main.c?pathrev=34878&r1=34877&r2=34878
> ==============================================================================
> --- trunk/subversion/svnlook/main.c Sat Dec 20 05:09:22 2008 (r34877)
> +++ trunk/subversion/svnlook/main.c Sat Dec 20 21:23:14 2008 (r34878)
> @@ -238,7 +238,6 @@ static const svn_opt_subcommand_desc2_t
>
> {"propget", subcommand_pget, {"pget", "pg"},
> N_("usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
> - " "
> " 2. svnlook propget --revprop REPOS_PATH PROPNAME\n\n"
> "Print the raw value of a property on a path in the repository.\n"
> "With --revprop, print the raw value of a revision property.\n"),
> @@ -246,7 +245,6 @@ static const svn_opt_subcommand_desc2_t
>
> {"proplist", subcommand_plist, {"plist", "pl"},
> N_("usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
> - " "
> " 2. svnlook proplist --revprop REPOS_PATH\n\n"
> "List the properties of a path in the repository, or\n"
> "with the --revprop option, revision properties.\n"

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=990359

Received on 2008-12-23 05:54: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.