<?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>SkierX &#187; Web</title>
	<atom:link href="http://www.skierx.org/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skierx.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 Jun 2010 05:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Web Development Workflow</title>
		<link>http://www.skierx.org/2007/01/05/windows-web-development-workflow/</link>
		<comments>http://www.skierx.org/2007/01/05/windows-web-development-workflow/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 22:59:08 +0000</pubDate>
		<dc:creator>skierx</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.skierx.org/?p=4</guid>
		<description><![CDATA[Here is how I set up my web development workflow. As this first figure illustrate, you start with an initial Subversion (or CVS) repository. You then checkout (1) a working copy of the repository to any development severs you want to work on as well as the production server. You then proceed to make changes [...]]]></description>
			<content:encoded><![CDATA[<p>
<img src="/images/static/workflow/1.gif" alt="" /><br />
Here is how I set up my web development workflow. As this first figure illustrate, you start with an initial Subversion (or CVS) repository. You then <kbd>checkout</kbd> (1) a working copy of the repository to any development severs you want to work on as well as the production server.
</p>
<p>
<img src="/images/static/workflow/2.gif" alt="" /><br />
You then proceed to make changes and develop your site. When you want to share your changes with the rest of the other developers (or if you want to get ready to push the site to production) proceed as follows. In the second figure, step (2) is where you <kbd>update</kbd> your local copy. This will make sure the files you are working with are as current as possible. After you update, you can then <kbd>commit</kbd> (3) the changes. Committing will upload your changes to the repository.  Continue repeating steps (2) and (3) throughout the site development and maintenance.
</p>
<p>
<img src="/images/static/workflow/3.gif" alt="" /><br />
Whenever you wish to push a version of the site to the production server, you can run an <kbd>update</kbd> command and freshen the files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skierx.org/2007/01/05/windows-web-development-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
