<?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: Branching and Refactoring</title>
	<atom:link href="https://programmerluddite.com/2012/06/branching-and-refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmerluddite.com/2012/06/branching-and-refactoring/</link>
	<description>The Blog of Barney Boisvert, Software Craftsman</description>
	<lastBuildDate>Wed, 08 Jan 2014 06:07:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Karthik</title>
		<link>https://programmerluddite.com/2012/06/branching-and-refactoring/#comment-5880</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://programmerluddite.com/?p=57#comment-5880</guid>
		<description><![CDATA[Hi Barney, 

I understand my comments not related to your post but I just came across your blogpost on http://www.barneyb.com/barneyblog/2008/02/28/read-only-and-read-write-svn-repositories/. But realized the thread as well as the site is not active anymore.

I&#039;ve got both authentication and authorization working as they should be in my setup. However, path based restrictions don&#039;t seem to work for sub folders. Please see Authz snippet below:

[groups]
ctrlMusers = user1, user2, user3

[/]@ctrlM = r

[SVNCOPY:/ControlM]
@ctrlM = rw
@developers = r
* =

From the above, I&#039;m restricting write access only to ctrlMusers. But sadly, ControlM folder has too many sub directories (SVNCOPY/ControlM/trunk/AciCore/build/release1)

user3 is not able to commit a file under SVNCOPY/ControlM/trunk/AciCore/build/release1 even though he has RW access at the parent folder level (ControlM). How do I go about resolving this issue? Thanks.
Karthik]]></description>
		<content:encoded><![CDATA[<p>Hi Barney, </p>
<p>I understand my comments not related to your post but I just came across your blogpost on <a href="http://www.barneyb.com/barneyblog/2008/02/28/read-only-and-read-write-svn-repositories/" rel="nofollow">http://www.barneyb.com/barneyblog/2008/02/28/read-only-and-read-write-svn-repositories/</a>. But realized the thread as well as the site is not active anymore.</p>
<p>I&#8217;ve got both authentication and authorization working as they should be in my setup. However, path based restrictions don&#8217;t seem to work for sub folders. Please see Authz snippet below:</p>
<p>[groups]<br />
ctrlMusers = user1, user2, user3</p>
<p>[/]@ctrlM = r</p>
<p>[SVNCOPY:/ControlM]<br />
@ctrlM = rw<br />
@developers = r<br />
* =</p>
<p>From the above, I&#8217;m restricting write access only to ctrlMusers. But sadly, ControlM folder has too many sub directories (SVNCOPY/ControlM/trunk/AciCore/build/release1)</p>
<p>user3 is not able to commit a file under SVNCOPY/ControlM/trunk/AciCore/build/release1 even though he has RW access at the parent folder level (ControlM). How do I go about resolving this issue? Thanks.<br />
Karthik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
