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

Re: TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.

From: gnomeby <andrey_at_niakhaichyk.org>
Date: Fri, 3 Oct 2008 04:57:36 -0700 (PDT)

box1405 wrote:
>
> I'm Using:
> TortoiseSVN 1.5.2, Build 13595 - 32 Bit , 2008/07/31 17:04:57
> Subversion 1.5.1,
>
> And retrieving my stuff from samba server.
>
> ------------------------------------------------
>
> Commit succeeded, but other errors follow:
> Error bumping revisions post-commit (details follow):
> In directory 'X:\images\site\sites\brands\expo'
> Error processing command 'committed' in
> 'X:\jabba\images\site\sites\brands\expo'
> Can't move
> 'X:\images\site\sites\brands\expo\.svn\props\but_submit.gif.svn-work' to
> 'X:\images\site\sites\brands\expo\.svn\prop-base\but_submit.gif.svn-b...\
> Access is denied.
>

Hi. I've solved the same problem in my network. You need modify samba share
properties. For example:
Previous variant:
[webroot]
   comment = webroot
   path = /webroot
   public = yes
   writable = yes
   guest ok = yes
   browsable = yes

New variant:
[webroot]
   comment = webroot
   path = /webroot
   public = yes
   writable = yes
   guest ok = yes
   browsable = yes
   create mask = 0644
   force create mode = 0600
   security mask = 0555
   force security mode = 0600

You can read more information at
http://us3.samba.org/samba/docs/man/manpages-3/smb.conf.5.html#FORCECREATEMODE
smb.conf page.

-- 
View this message in context: http://www.nabble.com/TSVN-errors---Commit-Sccessful%2C-but-I-can%27t-commit-again-without-delete-entire-folder.-And-Can%27t-clean-up.-tp19496872p19796365.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-03 13:57:42 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.