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

Re: svn commit: r32218 - in trunk/subversion: po svnlook

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Wed, 23 Jul 2008 18:15:12 +0200

2008-07-22 13:33:13 jensseidel_at_tigris.org napisał(a):
> Author: jensseidel
> Date: Tue Jul 22 04:33:12 2008
> New Revision: 32218
>
> Log:
> Fix a doc string. A follow-up to r31935.
>
> Obvious fix.
>
> * subversion/svnlook/main.c
> (cmd_table): Remove useless whitespaces.
> * subversion/po/fr.po
> subversion/po/pl.po
> subversion/po/nb.po: Unfuzzied translations.

These changes are incorrect. Please revert this revision.

OUTPUT BEFORE THIS CHANGE:
================================================
$ svnlook ? pg
propget (pget, pg): usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS
                           2. svnlook propget --revprop REPOS_PATH PROPNAME

Print the raw value of a property on a path in the repository.
With --revprop, print the raw value of a revision property.

Valid options:
  -r [--revision] ARG : specify revision number ARG
  -t [--transaction] ARG : specify transaction name ARG
  --revprop : operate on a revision property (use with -r or -t)

$ svnlook ? pl
proplist (plist, pl): usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS
                             2. svnlook proplist --revprop REPOS_PATH

List the properties of a path in the repository, or
with the --revprop option, revision properties.
With -v, show the property values too.

Valid options:
  -r [--revision] ARG : specify revision number ARG
  -t [--transaction] ARG : specify transaction name ARG
  -v [--verbose] : be verbose
  --revprop : operate on a revision property (use with -r or -t)
  --xml : output in XML

================================================

OUTPUT AFTER THIS CHANGE:
================================================
$ svnlook ? pg
propget (pget, pg): usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS
       2. svnlook propget --revprop REPOS_PATH PROPNAME

Print the raw value of a property on a path in the repository.
With --revprop, print the raw value of a revision property.

Valid options:
  -r [--revision] ARG : specify revision number ARG
  -t [--transaction] ARG : specify transaction name ARG
  --revprop : operate on a revision property (use with -r or -t)

$ svnlook ? pl
proplist (plist, pl): usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS
       2. svnlook proplist --revprop REPOS_PATH

List the properties of a path in the repository, or
with the --revprop option, revision properties.
With -v, show the property values too.

Valid options:
  -r [--revision] ARG : specify revision number ARG
  -t [--transaction] ARG : specify transaction name ARG
  -v [--verbose] : be verbose
  --revprop : operate on a revision property (use with -r or -t)
  --xml : output in XML

================================================

> Modified:
> trunk/subversion/po/fr.po
> trunk/subversion/po/nb.po
> trunk/subversion/po/pl.po
> trunk/subversion/svnlook/main.c
>
> Modified: trunk/subversion/po/fr.po
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/po/fr.po?pathrev=32218&r1=32217&r2=32218
> ==============================================================================
> --- trunk/subversion/po/fr.po Tue Jul 22 03:43:39 2008 (r32217)
> +++ trunk/subversion/po/fr.po Tue Jul 22 04:33:12 2008 (r32218)
> @@ -10052,7 +10052,7 @@ msgstr ""
> #: ../svnlook/main.c:242
> msgid ""
> "usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
> -" 2. svnlook propget --revprop REPOS_PATH PROPNAME\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"
> @@ -10066,7 +10066,7 @@ msgstr ""
> #: ../svnlook/main.c:250
> msgid ""
> "usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
> -" 2. svnlook proplist --revprop REPOS_PATH\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"
>
> Modified: trunk/subversion/po/nb.po
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/po/nb.po?pathrev=32218&r1=32217&r2=32218
> ==============================================================================
> --- trunk/subversion/po/nb.po Tue Jul 22 03:43:39 2008 (r32217)
> +++ trunk/subversion/po/nb.po Tue Jul 22 04:33:12 2008 (r32218)
> @@ -9974,7 +9974,7 @@ msgstr ""
> #, fuzzy
> msgid ""
> "usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
> -" 2. svnlook propget --revprop REPOS_PATH PROPNAME\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"
> @@ -9988,7 +9988,7 @@ msgstr ""
> #, fuzzy
> msgid ""
> "usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
> -" 2. svnlook proplist --revprop REPOS_PATH\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"
>
> Modified: trunk/subversion/po/pl.po
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/po/pl.po?pathrev=32218&r1=32217&r2=32218
> ==============================================================================
> --- trunk/subversion/po/pl.po Tue Jul 22 03:43:39 2008 (r32217)
> +++ trunk/subversion/po/pl.po Tue Jul 22 04:33:12 2008 (r32218)
> @@ -10039,13 +10039,13 @@ msgstr ""
> #: ../svnlook/main.c:235
> msgid ""
> "usage: 1. svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS\n"
> -" 2. svnlook propget --revprop REPOS_PATH PROPNAME\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"
> msgstr ""
> "Użycie: 1. svnlook propget ŚCIEŻKA_REPOZYTORIUM ATRYBUT ŚCIEŻKA_W_REPOZYTORIUM\n"
> -" 2. svnlook propget --revprop ŚCIEŻKA_REPOZYTORIUM ATRYBUT\n"
> +" 2. svnlook propget --revprop ŚCIEŻKA_REPOZYTORIUM ATRYBUT\n"
> "\n"
> "Wypisz wartość podanego atrybutu obiektu o podanej ścieżce w repozytorium.\n"
> "Jeśli podano opcję --revprop, wyświetla wartość atrybutu wersji.\n"
> @@ -10053,14 +10053,14 @@ msgstr ""
> #: ../svnlook/main.c:243
> msgid ""
> "usage: 1. svnlook proplist REPOS_PATH PATH_IN_REPOS\n"
> -" 2. svnlook proplist --revprop REPOS_PATH\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"
> "With -v, show the property values too.\n"
> msgstr ""
> "Użycie: 1. svnlook proplist ŚCIEŻKA_REPOZYTORIUM ŚCIEŻKA_W_REPOZYTORIUM\n"
> -" 2. svnlook proplist --revprop ŚCIEŻKA_REPOZYTORIUM\n"
> +" 2. svnlook proplist --revprop ŚCIEŻKA_REPOZYTORIUM\n"
> "\n"
> "Wypisz listę atrybutów obiektu o podanej ścieżce w repozytorium, a\n"
> "jeśli podano opcję --revprop, wyświetl atrybuty wersji.\n"
>
> Modified: trunk/subversion/svnlook/main.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svnlook/main.c?pathrev=32218&r1=32217&r2=32218
> ==============================================================================
> --- trunk/subversion/svnlook/main.c Tue Jul 22 03:43:39 2008 (r32217)
> +++ trunk/subversion/svnlook/main.c Tue Jul 22 04:33:12 2008 (r32218)
> @@ -240,7 +240,6 @@ static const svn_opt_subcommand_desc_t c
>
> {"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"),
> @@ -248,7 +247,6 @@ static const svn_opt_subcommand_desc_t c
>
> {"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"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-07-23 18:19:18 CEST

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.