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

Re: Error with commit/update on win32 in 5740

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-05-04 17:56:28 CEST

On Sun, 2003-05-04 at 05:08, brane@xbc.nu wrote:
> All code that calls svn_io_remove_file assumse that function will DTRT with the
> files in .svn. That's the way it should be, we shouldn't make everything outside
> svn_io have to know about .svn implementation details. I can't believe a chmod
> makes that much of a performance difference; if it does, then let's stop making
> the files in .svn read-only.

Agreed, though I'll note that the chmod is unnecessary on Unix systems,
so we could avoid the performance penalty there (perhaps with some help
from APR).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 4 17:57:20 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.