<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Madebylam Studio</title>
	
	<link>http://madebylam.com</link>
	<description>San Antonio Web Design and Web Development</description>
	<lastBuildDate>Thu, 12 Jan 2012 02:26:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/madebylam" /><feedburner:info uri="madebylam" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Migrating Subversion Repository Using svnsync</title>
		<link>http://feedproxy.google.com/~r/madebylam/~3/sP2f86r6G_Q/</link>
		<comments>http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 22:14:21 +0000</pubDate>
		<dc:creator>Lam Nguyen</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://madebylam.com/?p=75</guid>
		<description><![CDATA[<p><p><h1><a href="http://madebylam.com" title="Web design and web development in San Antonio, Texas">Madebylam Studio, Inc</a></h1></p><p>I have been working with subversion for years but this is the second time I have to perform the moving repository task. The help document sucks, and the help command doesn&#8217;t help much to find the correct order of options. &#8230; <a href="http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/">Continue reading <span class="meta-nav">&#8594;</span></a></p></p><p>Original post URL: <a href="http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/">Migrating Subversion Repository Using svnsync</a></p>]]></description>
			<content:encoded><![CDATA[<p><h1><a href="http://madebylam.com" title="Web design and web development in San Antonio, Texas">Madebylam Studio, Inc</a></h1></p><p>I have been working with subversion for years but this is the second time I have to perform the moving repository task. The <a href="http://svnbook.red-bean.com/en/1.4/svn.ref.svnsync.html">help document</a> sucks, and the <code>help</code> command doesn&#8217;t help much to find the correct order of options.</p>
<p>The command is kind of short, but not sure if, in the next time, I would forget again. So, I end up writing this post for further needs.</p>
<p><span id="more-75"></span></p>
<p>I&#8217;m assuming you already have created new repository somewhere. Let&#8217;s say SOURCE_REPO is the current repository you want to move and DETINATION_REPO is the repository you want to migrate from SOURCE_REPO.</p>
<div class="highlight-wrapper sh">
<div class="tools">
<div class="wrap">
<a href="#" class="to-clipboard">copy</a><a href="#" class="about">?</a>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<pre class="raw"><code lang="sh">
# Step 1: setup the initial sync
svnsync init DETINATION_REPO SOURCE_REPO --source-username sousername --sync-username syusername

#Step 2: Issue the sync command
svnsync sync DETINATION_REPO
</code></pre>
<div class="highlighted">
<table class="highlighttable">
<tr>
<td class="linenos">
<div class="linenodiv">
<pre class="nl">1
2
3
4
5</pre>
</div>
</td>
<td class="code">
<div class="highlight">
<pre><span class="c"># Step 1: setup the initial sync</span>
svnsync init DETINATION_REPO SOURCE_REPO --source-username sousername --sync-username syusername

<span class="c">#Step 2: Issue the sync command</span>
svnsync sync DETINATION_REPO
</pre>
</div>
</td>
</tr>
</table>
</div>
</div>
<p>Actually, you will need to use these args for authentication: (see <code>svnsync help</code>)</p>
<p><code>--source-username ARG</code> : connect to source repository with username ARG<br />
<code>--source-password ARG</code> : connect to source repository with password ARG<br />
<code>--sync-username ARG</code> : connect to sync repository with username ARG<br />
<code>--sync-password ARG</code> : connect to sync repository with password ARG</p>
<p>Original post URL: <a href="http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/">Migrating Subversion Repository Using svnsync</a></p><img src="http://feeds.feedburner.com/~r/madebylam/~4/sP2f86r6G_Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://madebylam.com/blog/2011/10/migrating-subversion-repository-using-svnsync/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=migrating-subversion-repository-using-svnsync</feedburner:origLink></item>
		<item>
		<title>Testing Post</title>
		<link>http://feedproxy.google.com/~r/madebylam/~3/Ntq3qTWGPGs/</link>
		<comments>http://madebylam.com/blog/2011/10/testing-post/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 23:07:33 +0000</pubDate>
		<dc:creator>Lam Nguyen</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://madebylam.com/?p=67</guid>
		<description><![CDATA[<p><p><h1><a href="http://madebylam.com" title="Web design and web development in San Antonio, Texas">Madebylam Studio, Inc</a></h1></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras semper cursus rutrum. Praesent sit amet eros eget urna ultricies accumsan. Praesent condimentum rutrum sem, eget rhoncus sapien ultricies at. Integer nunc augue, lacinia non auctor eu, facilisis sed enim. Pellentesque &#8230; <a href="http://madebylam.com/blog/2011/10/testing-post/">Continue reading <span class="meta-nav">&#8594;</span></a></p></p><p>Original post URL: <a href="http://madebylam.com/blog/2011/10/testing-post/">Testing Post</a></p>]]></description>
			<content:encoded><![CDATA[<p><h1><a href="http://madebylam.com" title="Web design and web development in San Antonio, Texas">Madebylam Studio, Inc</a></h1></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras semper cursus rutrum. Praesent sit amet eros eget urna ultricies accumsan. Praesent condimentum rutrum sem, eget rhoncus sapien ultricies at. Integer nunc augue, lacinia non auctor eu, facilisis sed enim. Pellentesque vulputate, odio id ullamcorper laoreet, lectus ipsum congue sapien, in mattis libero leo vitae ipsum. Integer ac eros id mauris rhoncus eleifend quis quis diam. Aliquam convallis, quam at blandit tempus, turpis metus tincidunt massa, et feugiat lacus nulla et diam. In dignissim rutrum massa ut tincidunt. Mauris a convallis neque. Sed luctus purus at turpis feugiat lobortis quis in mi. Ut mattis, sem et fringilla porttitor, magna dolor convallis arcu, ac tincidunt velit nulla at odio. Nam aliquam enim ut mi interdum mollis. Morbi quis nunc elit, sed suscipit urna. Vestibulum non erat neque, eget tempus augue.</p>
<p>Aliquam feugiat mattis euismod. Cras vestibulum turpis eget dui rutrum malesuada. Fusce vulputate augue non urna varius in pellentesque erat convallis. Suspendisse potenti. Nam quis nibh massa. Aliquam volutpat rutrum tortor. Duis sed lorem at elit aliquet dapibus.</p>
<p>Original post URL: <a href="http://madebylam.com/blog/2011/10/testing-post/">Testing Post</a></p><img src="http://feeds.feedburner.com/~r/madebylam/~4/Ntq3qTWGPGs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://madebylam.com/blog/2011/10/testing-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://madebylam.com/blog/2011/10/testing-post/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=testing-post</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: madebylam.com @ 2012-01-25 07:54:01 --><!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.867s
Header info:
X-Pingback:         http://madebylam.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Wed, 25 Jan 2012 07:54:01 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Wed, 25 Jan 2012 08:54:01 GMT
Pragma:             public
Cache-Control:      max-age=3600, public, must-revalidate, proxy-revalidate
Etag:               759556492d6102dd20cbb71292778ee9
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->

