[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: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-02-07 21:04:54 CET

Jim Blandy <jimb@zwingli.cygnus.com> writes:
> 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.

Hmm, okay. If it turns out we never end up using it as an argument to
the svn_path_*() functions, I'll probably switch it to char *.
Thanks!

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