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

Re: svn commit: rev 7293 - trunk/subversion/svnserve

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-10-04 18:09:37 CEST

On Sat, 2003-10-04 at 05:25, bliss@tigris.org wrote:
> + fprintf (stderr, "Type '%s --help' for usage.\n", progname);

> + puts ("Usage: svnserve [options]\n"
> + svn_opt_format_option (&optstr, svnserve__options + i, TRUE, pool);

> + fprintf (stdout, " %s\n", optstr);

> + fprintf (stdout, "\n");
> + status = apr_getopt_long (os, svnserve__options, &opt, &arg);

Please observe the formatting conventions of svnserve.c and do not put
spaces before the open paren of a function call.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 4 18:10:34 2003

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.