<?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>Eric Polerecky &#187; Windows</title>
	<atom:link href="http://eric.polerecky.com/archives/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.polerecky.com</link>
	<description>An outlet for my obsession with technology</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WebSVN installation permissions (proc_open)</title>
		<link>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/</link>
		<comments>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/#comments</comments>
		<pubDate>Mon, 18 May 2009 15:08:23 +0000</pubDate>
		<dc:creator>Eric Polerecky</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/</guid>
		<description><![CDATA[When installing WebSVN on windows don’t forget to give read &#38; execute permissions to the IIS user (IURS_BLAH) to C:\WINDOWS\system32\cmd.exe 1: C:\WINDOWS\system32\cmd.exe .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When installing WebSVN on windows don’t forget to give read &amp; execute permissions to the IIS user (IURS_BLAH) to C:\WINDOWS\system32\cmd.exe</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>C:\WINDOWS\system32\cmd.exe</pre>
</div>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>&#160;</p>
<p>If you don’t you’ll get errors like:</p>
<p>CreateProcess failed, error code – 5 </p>
<p>or </p>
<p><span>Error running this command: </span><font face="Courier New" size="2"><span>svn &#8211;config-dir /tmp &#8211;version</span></font></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eric.polerecky.com/archives/websvn-installation-permissions-proc_open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
