svn commit: r1842827 - /subversion/trunk/subversion/svn/svn.c

2018-10-04 Thread julianfoad
Author: julianfoad Date: Thu Oct 4 16:07:13 2018 New Revision: 1842827 URL: http://svn.apache.org/viewvc?rev=1842827=rev Log: Improve and expand 'svn help add'. Hopefully this will make it clearer for novices, and especially to those who are used to the different meaning of 'git add'. With

svn commit: r1842829 - /subversion/trunk/subversion/svn/svn.c

2018-10-04 Thread julianfoad
Author: julianfoad Date: Thu Oct 4 16:12:38 2018 New Revision: 1842829 URL: http://svn.apache.org/viewvc?rev=1842829=rev Log: Tweak the indentation of 'svn help add' for consistency. * subversion/svn/svn.c (svn_cl__cmd_table): Tweak indentation of the output. Modified:

svn commit: r1842815 - /subversion/trunk/subversion/svn/svn.c

2018-10-04 Thread julianfoad
Author: julianfoad Date: Thu Oct 4 14:12:17 2018 New Revision: 1842815 URL: http://svn.apache.org/viewvc?rev=1842815=rev Log: Tweak 'svn help auth' for consistency with other commands. * subversion/svn/svn.c (svn_cl__cmd_table): Remove duplicate 'usage:' heading. Modified:

svn commit: r1842814 - in /subversion/trunk/subversion: svn/svn.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

2018-10-04 Thread julianfoad
Author: julianfoad Date: Thu Oct 4 14:08:43 2018 New Revision: 1842814 URL: http://svn.apache.org/viewvc?rev=1842814=rev Log: Document the obsolete '-N' option more precisely in 'svn help'. It previously said "try --depth=files or --depth=immediates" but for each command it means some specific

svn commit: r1842813 - /subversion/trunk/subversion/include/svn_client.h

2018-10-04 Thread danielsh
Author: danielsh Date: Thu Oct 4 13:55:31 2018 New Revision: 1842813 URL: http://svn.apache.org/viewvc?rev=1842813=rev Log: * subversion/include/svn_client.h (svn_client_list): Fix error in docstring. Suggested by: Yasuhito FUTATSUKI Modified: