<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a WordPress site using SVN</title>
	<atom:link href="http://ottopress.com/2011/creating-a-wordpress-site-using-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Fri, 17 May 2013 22:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24237</generator>
	<item>
		<title>By: Why Subversion is not a complete way to update Wordpress &#124; techtangerine</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-11266</link>
		<dc:creator>Why Subversion is not a complete way to update Wordpress &#124; techtangerine</dc:creator>
		<pubDate>Sat, 29 Sep 2012 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-11266</guid>
		<description><![CDATA[[...] be used for browsing Subversion repositories and downloading them to your local hard-drive. And one WordPress user has managed to find a convoluted way to automate WordPress updates using Tortoise SVN. He created [...]]]></description>
		<content:encoded><![CDATA[<p>[...] be used for browsing Subversion repositories and downloading them to your local hard-drive. And one WordPress user has managed to find a convoluted way to automate WordPress updates using Tortoise SVN. He created [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamad Subani</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-11262</link>
		<dc:creator>Hamad Subani</dc:creator>
		<pubDate>Fri, 28 Sep 2012 01:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-11262</guid>
		<description><![CDATA[Can you please, please, elaborate on how you check it out directly to the host? Assuming you are using TortoiseSVN, is it possible to check out to a remote location using ssh? I am not getting that part, and for a beginner, its more difficult than it sounds.

And how do you go about updating? I assume that:
1. You delete the previous versions checked out to your webspace via FTP.
2. You modify svn:externals to get the latest stable version (assuming you are not using trunk)
3. You check out to the webspace again]]></description>
		<content:encoded><![CDATA[<p>Can you please, please, elaborate on how you check it out directly to the host? Assuming you are using TortoiseSVN, is it possible to check out to a remote location using ssh? I am not getting that part, and for a beginner, its more difficult than it sounds.</p>
<p>And how do you go about updating? I assume that:<br />
1. You delete the previous versions checked out to your webspace via FTP.<br />
2. You modify svn:externals to get the latest stable version (assuming you are not using trunk)<br />
3. You check out to the webspace again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-11261</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 27 Sep 2012 20:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-11261</guid>
		<description><![CDATA[That&#039;s up to you. I just check it out directly on the host, then use .htaccess rules to block web requests to any of the .svn directories.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s up to you. I just check it out directly on the host, then use .htaccess rules to block web requests to any of the .svn directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamad Subani</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-11260</link>
		<dc:creator>Hamad Subani</dc:creator>
		<pubDate>Thu, 27 Sep 2012 20:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-11260</guid>
		<description><![CDATA[This page has literally become the bible of automating wordpress upgrade through SVN. Good work Otto!

I am in the process of implementing. However, there is one part that gets me stumped. And that is the part of moving the files from my own subversion repository to the public directory. What is the best way to accomplish this? Should I SVN checkout directly to the public directory? Or do I check out to my harddrive then upload through FTP? Please elaborate.]]></description>
		<content:encoded><![CDATA[<p>This page has literally become the bible of automating wordpress upgrade through SVN. Good work Otto!</p>
<p>I am in the process of implementing. However, there is one part that gets me stumped. And that is the part of moving the files from my own subversion repository to the public directory. What is the best way to accomplish this? Should I SVN checkout directly to the public directory? Or do I check out to my harddrive then upload through FTP? Please elaborate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Marshall</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-11205</link>
		<dc:creator>Allen Marshall</dc:creator>
		<pubDate>Tue, 04 Sep 2012 14:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-11205</guid>
		<description><![CDATA[Thank you for your hard work on this tutorial.  Having followed it I am almost getting a website to show up, except, all the pages generate a 404 message like this:
********
The requested URL /wp/contact-me/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
********

I would have expected the URL to say /armllc-content/contact-me  as I have made my custom-content directory name armllc-content

My rewrite rules in the root directory are taken right from your example as shown below:

# BEGIN WordPress

Options -Indexes
RewriteEngine On
RewriteBase /
#
#RewriteRule ^index\.php$ - [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]
#
RewriteCond %{HTTP_HOST} ^(www.)?allenrmarshall-consulting-llc.com$
RewriteCond %{REQUEST_URI} !^/wp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /wp/$1
RewriteCond %{HTTP_HOST} ^(www.)?allenrmarshall-consulting-llc.com$
RewriteRule ^(/)?$ wp/index.php [L]


# END WordPress


Is it possible mod_rewrite is not enabled?  How do I determine if it is?

Thanks for any assistance you may be able to provide....]]></description>
		<content:encoded><![CDATA[<p>Thank you for your hard work on this tutorial.  Having followed it I am almost getting a website to show up, except, all the pages generate a 404 message like this:<br />
********<br />
The requested URL /wp/contact-me/ was not found on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.<br />
********</p>
<p>I would have expected the URL to say /armllc-content/contact-me  as I have made my custom-content directory name armllc-content</p>
<p>My rewrite rules in the root directory are taken right from your example as shown below:</p>
<p># BEGIN WordPress</p>
<p>Options -Indexes<br />
RewriteEngine On<br />
RewriteBase /<br />
#<br />
#RewriteRule ^index\.php$ &#8211; [L]<br />
#RewriteCond %{REQUEST_FILENAME} !-f<br />
#RewriteCond %{REQUEST_FILENAME} !-d<br />
#RewriteRule . /index.php [L]<br />
#<br />
RewriteCond %{HTTP_HOST} ^(www.)?allenrmarshall-consulting-llc.com$<br />
RewriteCond %{REQUEST_URI} !^/wp/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ /wp/$1<br />
RewriteCond %{HTTP_HOST} ^(www.)?allenrmarshall-consulting-llc.com$<br />
RewriteRule ^(/)?$ wp/index.php [L]</p>
<p># END WordPress</p>
<p>Is it possible mod_rewrite is not enabled?  How do I determine if it is?</p>
<p>Thanks for any assistance you may be able to provide&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Daly</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-10743</link>
		<dc:creator>Patrick Daly</dc:creator>
		<pubDate>Fri, 27 Apr 2012 22:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-10743</guid>
		<description><![CDATA[Otto, I&#039;ve got the same question as James. I put it up on &lt;a href=&quot;http://wordpress.stackexchange.com/questions/49585/multisite-htaccess-on-localhost-with-wp-as-an-svn-external&quot; rel=&quot;nofollow&quot;&gt;Stack Exchange&lt;/a&gt; to see if anyone else had any idea, but no luck. Any insight?]]></description>
		<content:encoded><![CDATA[<p>Otto, I&#8217;ve got the same question as James. I put it up on <a href="http://wordpress.stackexchange.com/questions/49585/multisite-htaccess-on-localhost-with-wp-as-an-svn-external" rel="nofollow">Stack Exchange</a> to see if anyone else had any idea, but no luck. Any insight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-10707</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 04 Apr 2012 13:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-10707</guid>
		<description><![CDATA[Otto, Any idea of the appropriate .htaccess rules top get this to work with multi-site installs? I&#039;m terrible with rewrite rules and can&#039;t seem to make it work. I assume it&#039;s possible but not really sure.]]></description>
		<content:encoded><![CDATA[<p>Otto, Any idea of the appropriate .htaccess rules top get this to work with multi-site installs? I&#8217;m terrible with rewrite rules and can&#8217;t seem to make it work. I assume it&#8217;s possible but not really sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: featherbelly</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-10691</link>
		<dc:creator>featherbelly</dc:creator>
		<pubDate>Thu, 22 Mar 2012 16:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-10691</guid>
		<description><![CDATA[Hi Otto,

Most of the &#039;wp-config.php&#039; file is made of of comments and &#039;define&#039; functions as you say. As long as the additional &#039;define&#039; functions are before this code:

&lt;code&gt;
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . &#039;wp-settings.php&#039;);
&lt;/code&gt;

... Then it works. It would have saved me some time if this was mentioned in the tutorial above. I placed it after this and took a while before I realised this was critical.

I&#039;m not sure that PHP has any restrictions on where you can place &#039;define&#039; functions does it?

Great tutorial by the way! Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Otto,</p>
<p>Most of the &#8216;wp-config.php&#8217; file is made of of comments and &#8216;define&#8217; functions as you say. As long as the additional &#8216;define&#8217; functions are before this code:</p>
<p><code><br />
/** Sets up WordPress vars and included files. */<br />
require_once(ABSPATH . 'wp-settings.php');<br />
</code></p>
<p>&#8230; Then it works. It would have saved me some time if this was mentioned in the tutorial above. I placed it after this and took a while before I realised this was critical.</p>
<p>I&#8217;m not sure that PHP has any restrictions on where you can place &#8216;define&#8217; functions does it?</p>
<p>Great tutorial by the way! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-10690</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 22 Mar 2012 16:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-10690</guid>
		<description><![CDATA[All the defines in that file are at the top. Why would you think that you can add defines to the bottom?]]></description>
		<content:encoded><![CDATA[<p>All the defines in that file are at the top. Why would you think that you can add defines to the bottom?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: featherbelly</title>
		<link>http://ottopress.com/2011/creating-a-wordpress-site-using-svn/comment-page-1/#comment-10689</link>
		<dc:creator>featherbelly</dc:creator>
		<pubDate>Thu, 22 Mar 2012 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=407#comment-10689</guid>
		<description><![CDATA[I notice that is I added this code at the end of &quot;wp-config.php&quot; then the site did not function.

&lt;code&gt;
define( &#039;WP_CONTENT_DIR&#039;, $_SERVER[&#039;DOCUMENT_ROOT&#039;] . &#039;/custom-content&#039; );
define( &#039;WP_CONTENT_URL&#039;, &#039;http://example.com/custom-content&#039;);
&lt;/code&gt;

If I added at the start everything OK!

Not sure how far down the file you can add these constants but this should be added to the tutorial.]]></description>
		<content:encoded><![CDATA[<p>I notice that is I added this code at the end of &#8220;wp-config.php&#8221; then the site did not function.</p>
<p><code><br />
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/custom-content' );<br />
define( 'WP_CONTENT_URL', 'http://example.com/custom-content');<br />
</code></p>
<p>If I added at the start everything OK!</p>
<p>Not sure how far down the file you can add these constants but this should be added to the tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 426/442 objects using xcache

 Served from: ottodestruct.com @ 2013-05-18 02:38:00 by W3 Total Cache -->