<?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: Creating Local SVN Repository (Home Repository)</title>
	<atom:link href="http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ever</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-154737</link>
		<dc:creator>Ever</dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-154737</guid>
		<description>Thanks for the tutorial! Very useful and to the point.
Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial! Very useful and to the point.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subclipse Version Control in Flash Builder: installazione e setup &#124; Davide Barranca</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-150533</link>
		<dc:creator>Subclipse Version Control in Flash Builder: installazione e setup &#124; Davide Barranca</dc:creator>
		<pubDate>Thu, 22 Dec 2011 23:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-150533</guid>
		<description>[...] Rutemberg blog, Creating Local SVN Repository (con il tool a riga di comando [...]</description>
		<content:encoded><![CDATA[<p>[...] Rutemberg blog, Creating Local SVN Repository (con il tool a riga di comando [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Version Control in Flash Builder: installation and setup &#124; Davide Barranca</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-150066</link>
		<dc:creator>Version Control in Flash Builder: installation and setup &#124; Davide Barranca</dc:creator>
		<pubDate>Wed, 21 Dec 2011 22:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-150066</guid>
		<description>[...] Rutemberg on Creating Local SVN Repository (with svn command line [...]</description>
		<content:encoded><![CDATA[<p>[...] Rutemberg on Creating Local SVN Repository (with svn command line [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kachwahed</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-141088</link>
		<dc:creator>kachwahed</dc:creator>
		<pubDate>Thu, 01 Dec 2011 17:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-141088</guid>
		<description>Well, so what about Windows&#039;s user :) ?</description>
		<content:encoded><![CDATA[<p>Well, so what about Windows&#8217;s user <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike_bronson</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-113721</link>
		<dc:creator>mike_bronson</dc:creator>
		<pubDate>Fri, 23 Sep 2011 14:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-113721</guid>
		<description>OK, I got it. I can:

svn import /var/www/current-website file:///home/user/svnrepo/www-repo/trunk
svn co --force file:///home/user/svnrepo/www-repo/trunk /var/www/current-website

then I will have a WC in my current-website directory and I can cd and just:

svn up

anytime I want to pull the newest revision on production.</description>
		<content:encoded><![CDATA[<p>OK, I got it. I can:</p>
<p>svn import /var/www/current-website file:///home/user/svnrepo/www-repo/trunk<br />
svn co &#8211;force file:///home/user/svnrepo/www-repo/trunk /var/www/current-website</p>
<p>then I will have a WC in my current-website directory and I can cd and just:</p>
<p>svn up</p>
<p>anytime I want to pull the newest revision on production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike_bronson</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-113626</link>
		<dc:creator>mike_bronson</dc:creator>
		<pubDate>Fri, 23 Sep 2011 08:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-113626</guid>
		<description>One more question - will checking out to the current-website directory redownload all the files from the repo? Or does it somehow compare those?

What&#039;s the difference between checking out and exporting?</description>
		<content:encoded><![CDATA[<p>One more question &#8211; will checking out to the current-website directory redownload all the files from the repo? Or does it somehow compare those?</p>
<p>What&#8217;s the difference between checking out and exporting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-112241</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 19 Sep 2011 16:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-112241</guid>
		<description>You can&#039;t check out to the current-website, as it isn&#039;t a working copy. There are two solutions you could consider. Either you cd into current-website and checkout from the repository, thus turning the dir into a working copy, or else, overwrite changed files using svn export.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t check out to the current-website, as it isn&#8217;t a working copy. There are two solutions you could consider. Either you cd into current-website and checkout from the repository, thus turning the dir into a working copy, or else, overwrite changed files using svn export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike_bronson</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-112230</link>
		<dc:creator>mike_bronson</dc:creator>
		<pubDate>Mon, 19 Sep 2011 15:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-112230</guid>
		<description>How do I update the original project&#039;s files?

I did as described above:
mkdir ~/svnrepo/; cd ~/svnrepo
svnadmin create www-repo
svn import /var/www/current-website file:///home/user/svnrepo/www-repo/trunk
svn co file:///home/user/svnrepo/www-repo/trunk ~/work-in-progress/www

I made changes.

svn commit ~/work-in-progress/www -m &#039;Users registration now with Ajax&#039;

But my /var/www/current-website isn&#039;t in the repository therefore I can&#039;t update it to revision 2 like this:

cd /var/www/current-website
svn update</description>
		<content:encoded><![CDATA[<p>How do I update the original project&#8217;s files?</p>
<p>I did as described above:<br />
mkdir ~/svnrepo/; cd ~/svnrepo<br />
svnadmin create www-repo<br />
svn import /var/www/current-website file:///home/user/svnrepo/www-repo/trunk<br />
svn co file:///home/user/svnrepo/www-repo/trunk ~/work-in-progress/www</p>
<p>I made changes.</p>
<p>svn commit ~/work-in-progress/www -m &#8216;Users registration now with Ajax&#8217;</p>
<p>But my /var/www/current-website isn&#8217;t in the repository therefore I can&#8217;t update it to revision 2 like this:</p>
<p>cd /var/www/current-website<br />
svn update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nur</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-102833</link>
		<dc:creator>nur</dc:creator>
		<pubDate>Mon, 22 Aug 2011 22:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-102833</guid>
		<description>simple and superb tutorial, i was looking for this and it works great. so many thanks!</description>
		<content:encoded><![CDATA[<p>simple and superb tutorial, i was looking for this and it works great. so many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macias</title>
		<link>http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/comment-page-1/#comment-102622</link>
		<dc:creator>macias</dc:creator>
		<pubDate>Mon, 22 Aug 2011 06:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/#comment-102622</guid>
		<description>Great explanation, well shown steps, thank you very much!</description>
		<content:encoded><![CDATA[<p>Great explanation, well shown steps, thank you very much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.269 seconds -->

