[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: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2001-03-13 21:15:44 CET

>
> --VS++wcV0S1rZb1Fb
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Tue, Mar 13, 2001 at 05:13:15AM -0000, fitz@tigris.org wrote:
> > User: fitz =20
> > Date: 01/03/12 21:13:15
> >=20
> > 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
> > =20
> > *moved read_from_file function to libsvn_subr/io.c
> > =20
> > *renamed read_from_file to svn_string_from_file
> > =20
> > *added svn_string_from_file declaration to include/svn_io.h
> > =20
> [snip]
> > =20
> > 1.31 +4 -0 subversion/subversion/include/svn_io.h
> > =20
> > Index: svn_io.h
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > 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 @@
> > =20
> > svn_error_t *svn_stream_close (svn_stream_t *stream);
> > =20
> > +svn_error_t *svn_string_from_file (svn_string_t **result,=20
> > + const char *filename,=20
> > + apr_pool_t *pool);
> > +
> > =20
> > #endif /* SVN_IO_H */
>
> Hey Fitz, what about a doc string?

Whoops. Cut and paste bit me. Thanks for the reminder.

-Fitz
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.