You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2004/03/08 17:11:24 UTC

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

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