<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developers, Developers, Developers! &#187; SVN</title>
	<atom:link href="http://maksim.sorokin.dk/it/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://maksim.sorokin.dk/it</link>
	<description>Maksim Sorokin IT Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:37:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>SVN+SSH Protocol Properties</title>
		<link>http://maksim.sorokin.dk/it/2010/04/23/svnssh-protocol-properties/</link>
		<comments>http://maksim.sorokin.dk/it/2010/04/23/svnssh-protocol-properties/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:41:17 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=147</guid>
		<description><![CDATA[When a user connects to the SVN repository using svn+ssh protocol, first the SSH connection is established. And then files are grabbed directly from the filesystem. It is like grabbing directly through file:/// URL. So if you have multiple repositories, and for one of it you have passwords set, your security will be f*cked up. [...]]]></description>
			<content:encoded><![CDATA[<p>When a user connects to the SVN repository using <code>svn+ssh</code> protocol, first the SSH connection is established. And then files are grabbed directly from the filesystem. It is like grabbing directly through <code>file:///</code> URL. So if you have multiple repositories, and for one of it you have passwords set, your security will be f*cked up. Authorization question using <code>svn+ssh</code> can be easily solved by setting SSH users to specific user groups and granting according ownerships to the repository folders with "700" mode.</p>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/04/23/svnssh-protocol-properties/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

