[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 Stein <gstein_at_lyra.org>
Date: 2003-05-01 03:24:45 CEST

On Thu, May 01, 2003 at 12:11:26AM +0200, Arild Fines wrote:
> John Barstow wrote:
> > svn: start_handler: error processing command 'committed' in
> > 'C:/source/main/GCASv2/Assemblies/GCAS.StaticTables.Test' svn: Access
> > is denied. svn: svn_io_remove_file: failed to remove file
> > "C:/source/main/GCASv2/Assemblies/GCAS.StaticTables.Test/.svn/text
> > -base/Stat
> > icTable.cs.svn-base"
>
> I've been seeing similar errors as well. HEAD doesn't seem to be usable on
> Win32 right now.

Last week or so, Karl removed a chmod() call the svn_io_remove() function.

Previously, the function would *always* chmod the file to a writeable state
before trying to remove it. That had some performance problems for a few
reasons.

After the change, the assumption is that the caller would have to know when
to chmod the file *before* calling the remove function.

It sounds like you've hit a case where somebody is not properly chmod'ing
the file before calling remove...

Karl?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 03:24:07 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.