[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] issue #532 read-only admin area

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-28 14:22:24 CET

"Sander Striker" <striker@apache.org> writes:

> > - err = svn_io_copy_file (src->data, dst->data, pool);
> > + err = svn_io_copy_file (src->data, dst->data, FALSE, pool);
> > if (err)
> > return err;
>
> Another one for SVN_ERR()

Should we remove all occurrences of this construct? Trying

$ for i in ../svn/subversion/libsvn_*/*c;do gawk '/if *\(err\)/{getline;if(/return *err/)print FILENAME":"NR}' $i;done

gives me 92 places that might be changed.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:00 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.