[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_fs editor.c Makefile.am

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-02-07 23:17:17 CET

kfogel@tigris.org writes:
> struct dir_baton
> {
> struct edit_baton *edit_baton;
> struct dir_baton *parent;
> svn_string_t *name;
> };
>
>
> struct file_baton
> {
> struct dir_baton *parent;
> svn_string_t *name;
> };

By the way, I've just been using `char *' for filenames instead of
`svn_string_t', since the names must not contain null characters,
and `char *' is usually a lot simpler to manage.
Received on Sat Oct 21 14:36:21 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.