[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:05:52 CET

Jim Blandy <jimb@zwingli.cygnus.com> writes:
> I usually fill in stubs like this with a call to abort, or at least a
> call that prints something annoying to stdout, so that I'll at least
> know they're not implented. Returning SVN_NO_ERROR seems like asking
> for silent failure. But whatever you find most useful is perfectly
> okay with me.

Probably a good idea, yeah. In this case, there is no calling code,
and I know we're filling it in rapidly over the next few days.

Will do so next time, though.

-K

> kfogel@tigris.org writes:
> > static svn_error_t *
> > change_file_prop (void *file_baton,
> > svn_string_t *name,
> > svn_string_t *value)
> > {
> > return SVN_NO_ERROR;
> > }
> >
> >
> > static svn_error_t *
> > change_dir_prop (void *parent_baton,
> > svn_string_t *name,
> > svn_string_t *value)
> > {
> > return SVN_NO_ERROR;
> > }
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.