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

Re: CVS update: subversion/subversion/libsvn_subr io.c

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-03-13 21:06:17 CET

On Tue, Mar 13, 2001 at 05:13:15AM -0000, fitz@tigris.org wrote:
> User: fitz
> Date: 01/03/12 21:13:15
>
> Modified: subversion/client main.c
> subversion/include svn_io.h
> subversion/libsvn_subr io.c
> Log:
> *removed read_from_file function from client/main.c
>
> *moved read_from_file function to libsvn_subr/io.c
>
> *renamed read_from_file to svn_string_from_file
>
> *added svn_string_from_file declaration to include/svn_io.h
>
[snip]
>
> 1.31 +4 -0 subversion/subversion/include/svn_io.h
>
> Index: svn_io.h
> ===================================================================
> RCS file: /cvs/subversion/subversion/include/svn_io.h,v
> retrieving revision 1.30
> retrieving revision 1.31
> diff -u -r1.30 -r1.31
> --- svn_io.h 2001/03/06 17:48:16 1.30
> +++ svn_io.h 2001/03/13 05:13:15 1.31
> @@ -213,6 +213,10 @@
>
> svn_error_t *svn_stream_close (svn_stream_t *stream);
>
> +svn_error_t *svn_string_from_file (svn_string_t **result,
> + const char *filename,
> + apr_pool_t *pool);
> +
>
> #endif /* SVN_IO_H */

Hey Fitz, what about a doc string?

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:25 2006

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.