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

Re: PATCH: add -R ignores "directory exists" error

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-08-18 21:21:07 CEST

On Sun, Aug 18, 2002 at 12:01:54PM -0700, solo turn wrote:

> + /* reset err */
> + err = SVN_NO_ERROR;

i think you mean 'svn_error_clear_all (err)'. that will actually get
rid of the error in question, instead of just ignoring it's existence.
the way you're doing it, the error that was allocated will just stick
around until something else clears the error pool.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 18 21:21:43 2002

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.