[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:21:04 CET

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.

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.