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

Re: svn up after svn mv, access is denied error, w2k client

From: James Van Artsdalen <james-tigris_at_jrv.org>
Date: 2003-10-18 14:12:19 CEST

No. These are not the same issues.

The .svn problem was that some applications couldn't handle leading
dots in filenames. Windows (the operating system) was fine here.

The problem below is a Windows issue. Windows can apparently return
the error ERROR_ACCESS_DENIED for both temporary (the case SVN usually
runs into) and permanent errors. A simple loop attempting to rename
or delete a file would solve this, except that there is no way to
tell if the failure was permanent in the first place.

The cause of this is well understood now (and it is not SVN related)
but what to do about it is unclear.

Date: Sat, 18 Oct 2003 02:51:32 -0700 (PDT)
From: solo turn <soloturn99@yahoo.com>
Subject: svn up after svn mv, access is denied error, w2k client

strange ... we did not experience this error till one/two month ago or
so? might it be related to the "hide .svn"?

--- Philip Martin <philip@codematters.co.uk> wrote:
> solo turn <soloturn99@yahoo.com> writes:
>
> > svn: Access is denied.
> > svn: svn_io_remove_dir: removing `tch/uid-mk/.svn'
>
> > what can be the cause?
>
> Using Windows ;-)
>
> It's a MoveFileEx error, we don't really know why it occurs, there is
> a fair bit of discussion in the archive.
>
> --
> Philip Martin

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