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

Re: ERROR can't move *.svn-work to *.svn-base: access is denied

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Wed, 17 Jun 2009 14:24:33 +0100

2009/6/17 Tobias Rapp <t.rapp_at_noa-audio.com>:
> Simon Large wrote:
>> I believe the delete readonly=yes setting is a temporary workaround
>> for a bug in SAMBA. In later SAMBA versions it probably isn't needed.
>
> Does anybody know which samba version has this bug fixed? I had a look at the FAQ (http://tortoisesvn.tigris.org/faq.html#samba) but also no versions are mentioned there.
>
> In my case I have tried both workarounds mentioned in the FAQ without success. Sometimes in my case it helps to remove the read-only property recursively on the base folder of the working copy followed by a SVN clean-up. Most of the time this also doesn't work and I have to do an in-place export and a fresh checkout then.

Open a DOS console, cd to your samba share.
The type

ATTRIB +R +S +H filethatexists

if you get no error, type
ATTRIB filethatexists
and check that it says
ARSH path\to\filethatexists

If it doesn't, then you have to tweak your samba settings until that works.

I have seen another post which conflicts with the information in our
FAQ and suggests force create mode = 0774

Please let us know if you find something that helps.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2362801
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-17 15:24:47 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.