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

Re: svn commit: r14866 - trunk/subversion/svnlook

From: <kfogel_at_collab.net>
Date: 2005-05-27 22:34:49 CEST

lundblad@tigris.org writes:
> --- trunk/subversion/svnlook/main.c (original)
> +++ trunk/subversion/svnlook/main.c Fri May 27 15:49:33 2005
> @@ -539,6 +539,9 @@
> }
>
>
> +/* Open PATH as an empty writable binary file, creating it if it doesn't exist.
> + Create ancestor directories if necessary.
> + Use POOL for temporary allocations. */
> static svn_error_t *
> open_writable_binary_file (apr_file_t **fh,
> const char *path /* UTF-8! */,

Mention all parameters. Also, pool isn't just for temporary
allocation, is it?

   "Set *FH to a file handle for a writeable binary file at PATH.
    Create the file if it doesn't exist, truncate it if it does.
    Create ancestor directories if necessary. Allocate *FH in POOL."

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 27 23:13:08 2005

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.