<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Solution for TortoiseSVN + Samba shares permissions problem. &quot;Can&#039;t move&quot;.</title>
	<atom:link href="http://ogre.ikratko.com/archives/341/feed" rel="self" type="application/rss+xml" />
	<link>http://ogre.ikratko.com/archives/341</link>
	<description>"Некои съображения", коментари, прегледи, забавни</description>
	<lastBuildDate>Tue, 13 Jul 2010 12:43:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Claudio Nanni</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-22878</link>
		<dc:creator>Claudio Nanni</dc:creator>
		<pubDate>Wed, 21 Apr 2010 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-22878</guid>
		<description>Thank You Very Much!
It solved in my case.
Claudio</description>
		<content:encoded><![CDATA[<p>Thank You Very Much!<br />
It solved in my case.<br />
Claudio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Огнян</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-12963</link>
		<dc:creator>Огнян</dc:creator>
		<pubDate>Wed, 03 Jun 2009 09:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-12963</guid>
		<description>Nothing special, I use google</description>
		<content:encoded><![CDATA[<p>Nothing special, I use google</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phone Detective</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-12958</link>
		<dc:creator>Phone Detective</dc:creator>
		<pubDate>Wed, 03 Jun 2009 05:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-12958</guid>
		<description>How do you look for information for your blog content?</description>
		<content:encoded><![CDATA[<p>How do you look for information for your blog content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-11235</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-11235</guid>
		<description>I love you for posting this.</description>
		<content:encoded><![CDATA[<p>I love you for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Огнян</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-10188</link>
		<dc:creator>Огнян</dc:creator>
		<pubDate>Wed, 08 Apr 2009 09:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-10188</guid>
		<description>Yep, it seems that &quot;force create mode&quot; is required for some versions of samba. Few days ago I&#039;ve updated from samba 3.2.* to 3.3.* and I had to add &quot;force create mode&quot; in order to get working configuration (samba + tortoisesvn)... which is kind of odd - &quot;create mask&quot; should be sufficient...</description>
		<content:encoded><![CDATA[<p>Yep, it seems that "force create mode" is required for some versions of samba. Few days ago I've updated from samba 3.2.* to 3.3.* and I had to add "force create mode" in order to get working configuration (samba + tortoisesvn)&#8230; which is kind of odd -- "create mask" should be sufficient&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martín</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-10186</link>
		<dc:creator>Martín</dc:creator>
		<pubDate>Wed, 08 Apr 2009 09:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-10186</guid>
		<description>Phew! I have been messing around with this problem for hours, and now I got it fixed! I combined the config from the post and the comment from koyama, and now it&#039;s working great. Thank you both! :)</description>
		<content:encoded><![CDATA[<p>Phew! I have been messing around with this problem for hours, and now I got it fixed! I combined the config from the post and the comment from koyama, and now it's working great. Thank you both! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koyama</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-9623</link>
		<dc:creator>koyama</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-9623</guid>
		<description>When I read your post, I was sure that this would solve my problem, but it unfortunately didn&#039;t. You did point to resources that would solve the problem so thank you very much for that. After 8 hours of messing around with the files, what worked was to add: &#039;force create mode = 0600&#039;. Here is how my smb.conf looks for the relevant drive:

[www]
comment = webserver
path = /var/www/localhost/htdocs
valid users = erik
writable = yes
public = yes
create mask = 0664
force create mode = 0600

I am using Samba 3.0.28 on Gentoo Linux together with TortoiseSVN 1.6.0 on Windows XP. As I understand the official documentation this is what works for older Samba versions like mine, while your solution works for newer Samba versions except for the latest which apparently don&#039;t show the problem.

Thank you once again for your post.</description>
		<content:encoded><![CDATA[<p>When I read your post, I was sure that this would solve my problem, but it unfortunately didn't. You did point to resources that would solve the problem so thank you very much for that. After 8 hours of messing around with the files, what worked was to add: 'force create mode = 0600&#8242;. Here is how my smb.conf looks for the relevant drive:</p>
<p>[www]<br />
comment = webserver<br />
path = /var/www/localhost/htdocs<br />
valid users = erik<br />
writable = yes<br />
public = yes<br />
create mask = 0664<br />
force create mode = 0600</p>
<p>I am using Samba 3.0.28 on Gentoo Linux together with TortoiseSVN 1.6.0 on Windows XP. As I understand the official documentation this is what works for older Samba versions like mine, while your solution works for newer Samba versions except for the latest which apparently don't show the problem.</p>
<p>Thank you once again for your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Foster</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-8478</link>
		<dc:creator>Gavin Foster</dc:creator>
		<pubDate>Wed, 11 Feb 2009 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-8478</guid>
		<description>I had this problem with svn 1.5 on Mac OS X accessing working copy over Samba.   The suggested fix worked here too.</description>
		<content:encoded><![CDATA[<p>I had this problem with svn 1.5 on Mac OS X accessing working copy over Samba.   The suggested fix worked here too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian Gaweda</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-8348</link>
		<dc:creator>Damian Gaweda</dc:creator>
		<pubDate>Wed, 04 Feb 2009 23:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-8348</guid>
		<description>Nice one, mate. I also use subversion over samba and this issue was annoying.</description>
		<content:encoded><![CDATA[<p>Nice one, mate. I also use subversion over samba and this issue was annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Gustafsson</title>
		<link>http://ogre.ikratko.com/archives/341/comment-page-1#comment-7864</link>
		<dc:creator>Stefan Gustafsson</dc:creator>
		<pubDate>Wed, 28 Jan 2009 11:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/?p=341#comment-7864</guid>
		<description>Thank you! It was driving me crasy to have to cleanup after every time I added a new file to SVN.</description>
		<content:encoded><![CDATA[<p>Thank you! It was driving me crasy to have to cleanup after every time I added a new file to SVN.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
