|
svn commit: r13129 - trunk/subversion/svnserve: msg#00303version-control.subversion.svn
Author: nori Date: Wed Feb 23 13:05:32 2005 New Revision: 13129 Modified: trunk/subversion/svnserve/main.c Log: Make 'svnserve --help' exit with the status code '0', not '1', because it outputs the help message as expected. * subversion/svnserve/main.c (help): Replace 'exit(1)' with 'exit(0)'. Modified: trunk/subversion/svnserve/main.c Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/svnserve/main.c?view=diff&rev=13129&p1=trunk/subversion/svnserve/main.c&r1=13128&p2=trunk/subversion/svnserve/main.c&r2=13129 ============================================================================== --- trunk/subversion/svnserve/main.c (original) +++ trunk/subversion/svnserve/main.c Wed Feb 23 13:05:32 2005 @@ -149,7 +149,7 @@ svn_error_clear (svn_cmdline_fprintf(stdout, pool, " %s\n", optstr)); } svn_error_clear (svn_cmdline_fprintf(stdout, pool, "\n")); - exit(1); + exit(0); } static svn_error_t * version(apr_getopt_t *os, apr_pool_t *pool) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: propchange - r13128 - svn:log: 00303, nori-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: propchange - r13129 - svn:log: 00303, nori-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: propchange - r13128 - svn:logi: 00303, nori-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: propchange - r13129 - svn:log: 00303, nori-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |