<?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: SVN as a Web Site Maintenence Tool</title>
	<atom:link href="http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Wed, 23 May 2012 19:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: SVN as a Web Site Maintenence Tool &#124; Mark-Up</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-134081</link>
		<dc:creator>SVN as a Web Site Maintenence Tool &#124; Mark-Up</dc:creator>
		<pubDate>Sat, 17 Apr 2010 03:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-134081</guid>
		<description>[...] previously familiar for his collection of WordPress themes) posted a very interesting idea about using SVN as a web site maintenance tool. Aaron and Jeff introduced me to SVN earlier this year and we use it to manage version control on [...]</description>
		<content:encoded><![CDATA[<p>[...] previously familiar for his collection of WordPress themes) posted a very interesting idea about using SVN as a web site maintenance tool. Aaron and Jeff introduced me to SVN earlier this year and we use it to manage version control on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-66423</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 17 Feb 2009 04:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-66423</guid>
		<description>Good article, I found you thru the Dreamhost link. We&#039;ve embraced subversion as well, and it&#039;s had a difficult learning curve but now I&#039;m thrilled we use it. 

Successful web design is as much about process as design sometimes, it seems.</description>
		<content:encoded><![CDATA[<p>Good article, I found you thru the Dreamhost link. We&#8217;ve embraced subversion as well, and it&#8217;s had a difficult learning curve but now I&#8217;m thrilled we use it. </p>
<p>Successful web design is as much about process as design sometimes, it seems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-63059</link>
		<dc:creator>C</dc:creator>
		<pubDate>Fri, 16 May 2008 06:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-63059</guid>
		<description>Well, Thanks for the informative blog. I had a question: I am a newbie to the world of development. I have developed few Java projects, some HTML/PHP code (mainly reading the tutorials) and now I feel ready to start working on a little complex website project. It will have a backend database too

My question is: how to use svn (say, torotoiseSVN) for personal project? I installed torotiseSVN, right clicked on a directory and made it my repository directory. But I still don&#039;t get what I need to do, to use the power of svn. 

Do I just write code file in eclipse or text editor, and save it in that directory?

What are the steps I need to do, and in which order, and how often? 

Answer to this question might be helpful to not only me, but to newbie-developers who have never used SVN or source-control, but want to use it. 

I will be using my laptop as my sole development machine, and I&#039;d have svn repository on my laptop too - not a remote server. I&#039;d like to upload updates to site to a webserver every day. To start with, I am going to be the only developer. But a friend might join me in future.</description>
		<content:encoded><![CDATA[<p>Well, Thanks for the informative blog. I had a question: I am a newbie to the world of development. I have developed few Java projects, some HTML/PHP code (mainly reading the tutorials) and now I feel ready to start working on a little complex website project. It will have a backend database too</p>
<p>My question is: how to use svn (say, torotoiseSVN) for personal project? I installed torotiseSVN, right clicked on a directory and made it my repository directory. But I still don&#8217;t get what I need to do, to use the power of svn. </p>
<p>Do I just write code file in eclipse or text editor, and save it in that directory?</p>
<p>What are the steps I need to do, and in which order, and how often? </p>
<p>Answer to this question might be helpful to not only me, but to newbie-developers who have never used SVN or source-control, but want to use it. </p>
<p>I will be using my laptop as my sole development machine, and I&#8217;d have svn repository on my laptop too &#8211; not a remote server. I&#8217;d like to upload updates to site to a webserver every day. To start with, I am going to be the only developer. But a friend might join me in future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Howell</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-62982</link>
		<dc:creator>Alex Howell</dc:creator>
		<pubDate>Fri, 09 May 2008 10:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-62982</guid>
		<description>This code worked for me:


  RewriteRule ^(.*/)?\.svn/ - [F,L]
  ErrorDocument 403 &quot;Access Forbidden&quot;


And i found it here:
http://codesnippets.joyent.com/posts/show/1365</description>
		<content:encoded><![CDATA[<p>This code worked for me:</p>
<p>  RewriteRule ^(.*/)?\.svn/ &#8211; [F,L]<br />
  ErrorDocument 403 &#8220;Access Forbidden&#8221;</p>
<p>And i found it here:<br />
<a href="http://codesnippets.joyent.com/posts/show/1365" rel="nofollow">http://codesnippets.[...]ts/show/1365</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Howell</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-62981</link>
		<dc:creator>Alex Howell</dc:creator>
		<pubDate>Fri, 09 May 2008 10:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-62981</guid>
		<description>Adding that code to your .htaccess file will make your site break with a 500 error.</description>
		<content:encoded><![CDATA[<p>Adding that code to your .htaccess file will make your site break with a 500 error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam&#8217;s Network Simulation Cradle Blog &#187; Upgrading WordPress with SVN</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-61967</link>
		<dc:creator>Sam&#8217;s Network Simulation Cradle Blog &#187; Upgrading WordPress with SVN</dc:creator>
		<pubDate>Sat, 15 Mar 2008 05:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-61967</guid>
		<description>[...] could configure your web servers config to deny access to any directory with &#8220;.svn&#8221; in [...]</description>
		<content:encoded><![CDATA[<p>[...] could configure your web servers config to deny access to any directory with &#8220;.svn&#8221; in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Links - October 29, 2007 &#124; GrantPalin.com</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-59463</link>
		<dc:creator>Daily Links - October 29, 2007 &#124; GrantPalin.com</dc:creator>
		<pubDate>Mon, 29 Oct 2007 16:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-59463</guid>
		<description>[...] SVN as a Web Site Maintenence Tool &#124; alexking.org [...]</description>
		<content:encoded><![CDATA[<p>[...] SVN as a Web Site Maintenence Tool | alexking.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-57461</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 15 Aug 2007 22:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-57461</guid>
		<description>Actually, you can&#039;t include a  section in a .htaccess file; they&#039;re only allowed in httpd.conf.

http://httpd.apache.org/docs/1.3/mod/core.html#directory</description>
		<content:encoded><![CDATA[<p>Actually, you can&#8217;t include a  section in a .htaccess file; they&#8217;re only allowed in httpd.conf.</p>
<p><a href="http://httpd.apache.org/docs/1.3/mod/core.html#directory" rel="nofollow">http://httpd.apache.[...]ml#directory</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building alexking.org 2.0, part 9: Toolset Handcuffs &#124; alexking.org</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-55721</link>
		<dc:creator>Building alexking.org 2.0, part 9: Toolset Handcuffs &#124; alexking.org</dc:creator>
		<pubDate>Wed, 18 Apr 2007 19:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-55721</guid>
		<description>[...] wasn&#8217;t the only change I made though, I finally did for alexking.org what I&#8217;d done for kingdesign.net a while ago, put the entire site in SVN. This makes it easy for me to test local changes and push [...]</description>
		<content:encoded><![CDATA[<p>[...] wasn&#8217;t the only change I made though, I finally did for alexking.org what I&#8217;d done for kingdesign.net a while ago, put the entire site in SVN. This makes it easy for me to test local changes and push [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [ECHENG.COM] Eric Cheng&#8217;s Journal &#187; Using Subversion with my websites</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-30561</link>
		<dc:creator>[ECHENG.COM] Eric Cheng&#8217;s Journal &#187; Using Subversion with my websites</dc:creator>
		<pubDate>Mon, 14 Aug 2006 19:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-30561</guid>
		<description>[...] Per Alex King, I have decided to use Subversion to track changes to my websites (echeng.com and wetpixel.com) over time. I used the SVN 1-Click setup to install an SVN repository and client on my Windows server, and just installed TortoiseSVN on my client machines. [...]</description>
		<content:encoded><![CDATA[<p>[...] Per Alex King, I have decided to use Subversion to track changes to my websites (echeng.com and wetpixel.com) over time. I used the SVN 1-Click setup to install an SVN repository and client on my Windows server, and just installed TortoiseSVN on my client machines. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. Elia</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-23059</link>
		<dc:creator>R. Elia</dc:creator>
		<pubDate>Thu, 04 May 2006 20:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-23059</guid>
		<description>Excellent article, I am curious how you handled owner rights</description>
		<content:encoded><![CDATA[<p>Excellent article, I am curious how you handled owner rights</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unofficial DreamHost Blog &#187; Blog Archive &#187; More Subversion Links</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-12104</link>
		<dc:creator>Unofficial DreamHost Blog &#187; Blog Archive &#187; More Subversion Links</dc:creator>
		<pubDate>Mon, 27 Mar 2006 19:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-12104</guid>
		<description>[...] SVN as a Web Site Maintenance ToolÂ - Alex King Tips for using subversion to run a web site [...]</description>
		<content:encoded><![CDATA[<p>[...] SVN as a Web Site Maintenance ToolÂ - Alex King Tips for using subversion to run a web site [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Groenewolt</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-10764</link>
		<dc:creator>Simon Groenewolt</dc:creator>
		<pubDate>Sun, 22 Jan 2006 15:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-10764</guid>
		<description>shacka,

I sometimes run into that problem, and if you&#039;re on a system that allows symbolic links (about any unix will do) you can set it up like this:

create two files:

.htaccess-dev
.htaccess-live

and put them both in your versioning system

now make a symbolic link (do _not_ put this in your versioning system)

.htaccess -&gt; .htaccess-dev

on the dev server, and another to the live version on the live server.

worksforme

Another option: create a branch for de dev version and put a different .htaccess there -- this might be a bit more complex to understand though, and you wont have easy access to the live version on dev, and the other way around.</description>
		<content:encoded><![CDATA[<p>shacka,</p>
<p>I sometimes run into that problem, and if you&#8217;re on a system that allows symbolic links (about any unix will do) you can set it up like this:</p>
<p>create two files:</p>
<p>.htaccess-dev<br />
.htaccess-live</p>
<p>and put them both in your versioning system</p>
<p>now make a symbolic link (do _not_ put this in your versioning system)</p>
<p>.htaccess -&gt; .htaccess-dev</p>
<p>on the dev server, and another to the live version on the live server.</p>
<p>worksforme</p>
<p>Another option: create a branch for de dev version and put a different .htaccess there &#8212; this might be a bit more complex to understand though, and you wont have easy access to the live version on dev, and the other way around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-10711</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 20 Jan 2006 00:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-10711</guid>
		<description>If you svn export then you can&#039;t commit changes from the live site back to the repository.</description>
		<content:encoded><![CDATA[<p>If you svn export then you can&#8217;t commit changes from the live site back to the repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool#comment-10710</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 20 Jan 2006 00:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/12/svn-as-a-web-site-maintenence-tool/#comment-10710</guid>
		<description>alex,

nice write-ups.  i&#039;ve been doing much the same process as of late.

one tip:  use the &quot;svn export&quot; command to push a &#039;clean&#039; copy of your work live--it leaves out all the .svn files and folders.</description>
		<content:encoded><![CDATA[<p>alex,</p>
<p>nice write-ups.  i&#8217;ve been doing much the same process as of late.</p>
<p>one tip:  use the &#8220;svn export&#8221; command to push a &#8216;clean&#8217; copy of your work live&#8211;it leaves out all the .svn files and folders.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

