Author: cmpilato
Date: Fri Jun 24 15:55:09 2011
New Revision: 1139364
URL: http://svn.apache.org/viewvc?rev=1139364&view=rev
Log:
Minor tweak to the output of 'svn --version'.
* subversion/libsvn_subr/opt.c
(svn_opt__print_version_info): Rewrap output line.
* subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
Update expected output.
Modified:
subversion/trunk/subversion/libsvn_subr/opt.c
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
Modified: subversion/trunk/subversion/libsvn_subr/opt.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/opt.c?rev=1139364&r1=1139363&r2=1139364&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/opt.c (original)
+++ subversion/trunk/subversion/libsvn_subr/opt.c Fri Jun 24 15:55:09 2011
@@ -1073,13 +1073,14 @@ svn_opt__print_version_info(const char *
SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n"
" compiled %s, %s\n\n"), pgm_name,
SVN_VERSION, __DATE__, __TIME__));
- SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2011 The Apache Software
Foundation.\n"
- "This software consists of"
- " contributions made by many people;\n"
- "see the NOTICE file for more information.\n"
- "Subversion is open source software, see"
- " http://subversion.apache.org/\n\n"),
- stdout, pool));
+ SVN_ERR(svn_cmdline_fputs(
+ _("Copyright (C) 2011 The Apache Software Foundation.\n"
+ "This software consists of contributions made by many "
+ "people; see the NOTICE\n"
+ "file for more information.\n"
+ "Subversion is open source software, see "
+ "http://subversion.apache.org/\n\n"),
+ stdout, pool));
if (footer)
{
Modified:
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout?rev=1139364&r1=1139363&r2=1139364&view=diff
==============================================================================
---
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
(original)
+++
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
Fri Jun 24 15:55:09 2011
@@ -2,8 +2,8 @@ svn, version 0.16.0 (r3987)
compiled Dec 5 2002, 00:02:51
Copyright (C) 2010 The Apache Software Foundation.
-This software consists of contributions made by many people;
-see the NOTICE file for more information.
+This software consists of contributions made by many people; see the NOTICE
+file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available: