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

Re: svn commit: r8933 - in trunk/subversion: libsvn_subr tests/clients/cmdline/getopt_tests_data

From: <kfogel_at_collab.net>
Date: 2004-03-08 18:11:24 CET

Hey Ben, just a heads up: there might be some setting in your editor
you want to change? The r8933 log message had a lot of extra spaces
at the ends of lines (leading to lines way longer than 80 chars).

No big deal -- I fixed it already, just don't know if it's a one time
glitch or a permanent setting.

-K

breser@tigris.org writes:
> Author: breser
> Date: Mon Mar 8 11:46:46 2004
> New Revision: 8933
>
> Modified:
> trunk/subversion/libsvn_subr/opt.c
> trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> Log:
> Comply with our own license per clause 3.
>
> Approved by: julianfoad and kfogel
>
> * subversion/libsvn_subr/opt.c
> (print_version_info): Add software developed by CollabNet line.
>
> * subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> Update tests for new --version output.
>
>
>
> Modified: trunk/subversion/libsvn_subr/opt.c
> ==============================================================================
> --- trunk/subversion/libsvn_subr/opt.c (original)
> +++ trunk/subversion/libsvn_subr/opt.c Mon Mar 8 11:46:46 2004
> @@ -670,7 +670,9 @@
> {
> static const char info[] =
> "Copyright (C) 2000-2004 CollabNet.\n"
> - "Subversion is open source software, see http://subversion.tigris.org/\n";
> + "Subversion is open source software, see http://subversion.tigris.org/\n"
> + "This product includes software developed by CollabNet "
> + "(http://www.Collab.Net/).\n";
>
> if (quiet)
> {
>
> Modified: trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout (original)
> +++ trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout Mon Mar 8 11:46:46 2004
> @@ -3,6 +3,7 @@
>
> Copyright (C) 2000-2003 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> +This product includes software developed by CollabNet (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 8 19:18:05 2004

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.