<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Makiwa &#187; Subversion</title>
	<link>http://www.makiwa.com</link>
	<description>Stuart Campbell's occasional musings about software development, etc.</description>
	<pubDate>Thu, 08 May 2008 11:04:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Automating Subversion export on Windows</title>
		<link>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/</link>
		<comments>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 18:25:23 +0000</pubDate>
		<dc:creator>Stu</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/</guid>
		<description><![CDATA[I was having problems using the a command line Subversion client on Windows XP to export from the repository. The problem was mainly my own stupidity but I&#8217;ll share the &#34;solution&#34; anyway.
The Subversion help describes the &#34;export&#34; command as follows:
export: Create an unversioned copy of a tree.      usage: 1. export [...]]]></description>
			<content:encoded><![CDATA[<p>I was having problems using the a command line Subversion client on Windows XP to export from the repository. The problem was mainly my own stupidity but I&#8217;ll share the &quot;solution&quot; anyway.</p>
<p>The Subversion help describes the &quot;export&quot; command as follows:</p>
<p><font face="Courier New">export: Create an unversioned copy of a tree.      <br />usage: 1. export [-r REV] URL[@PEGREV] [PATH]       <br />&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; 2. export [-r REV] PATH1[@PEGREV] [PATH2]</font></p>
<p>I mistakenly assumed that URL or PATH1 was required before the first path parameter. Alas, this is not the case and it took me a while to work out what I was doing wrong.</p>
<p>To export the HEAD of a path from the repository to a path on the C: drive you would use something like the following:</p>
<p align="left"><font face="Courier New" size="2">svn export svn://server/path c:\path &#8211;username stu      <br /></font><font face="Courier New" size="2">&#8211;password pwd &#8211;force</font></p>
<p align="left">To export from the working copy to a path on the C: drive you would use something like the following:</p>
<p align="left"><font face="Courier New" size="2">svn export c:\workingcopy\path c:\path &#8211;username stu      <br />&#8211;password pwd &#8211;force</font></p>
<p align="left">Simple really. A bit like me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makiwa.com/index.php/2007/11/15/automating-subversion-export-on-windows/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
