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

Re: libsvn_client/commit.c:remove_tmpfiles()

From: <cmpilato_at_collab.net>
Date: 2003-07-09 20:29:19 CEST

kfogel@collab.net writes:

> I'm going to comment out the svn_io_check_path() and make the removal
> unconditional, then run the test suite. But that won't necessarily
> provide a 100% reliable answer, so I also wanted to ask here, in case
> anyone remembers anything about the logic of this code...

Also, note that we could just check the error response from
svn_io_remove_file() for APR_EEXIST (or whatever the error is that
means "it ain't here"), and ignore that error. That would still save
us the stat().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 9 20:29:14 2003

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.