<?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>Slopjongs weblog &#187; Tool</title>
	<atom:link href="http://slopjong.de/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://slopjong.de</link>
	<description>Speedskating, tech stuff &#38; lots more</description>
	<lastBuildDate>Wed, 08 Sep 2010 22:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>svn2web</title>
		<link>http://slopjong.de/2010/03/02/svn2web/</link>
		<comments>http://slopjong.de/2010/03/02/svn2web/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:20:42 +0000</pubDate>
		<dc:creator>slopjong</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[svn2web]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://slopjong.de/?p=3436</guid>
		<description><![CDATA[svn2web is a subversion hook script that uploads the committed files to a server by the ftp or sftp protocol. With this script it&#8217;s very easy to keep your local development branch of your web project synchronized with your server as long as you don&#8217;t make server-side changes.
Be aware that you complete the PATH variable [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://svn2web.sourceforge.net" target="_blank">svn2web</a> is a subversion hook script that uploads the committed files to a server by the ftp or sftp protocol. With this script it&#8217;s very easy to keep your local development branch of your web project synchronized with your server as long as you don&#8217;t make server-side changes.</p>
<p>Be aware that you complete the PATH variable as the script isn&#8217;t executed in an interactive shell. This means no .bashrc or .profile are read. So you have to set PATH by yourself. You also have to pay attention to the order of the binary locations. I had some trouble with the <em>Leopard</em><sup class='footnote'><a href='#fn-3436-1' id='fnref-3436-1'>1</a></sup> svn installation and the macports installation. The former was an older version which couldn&#8217;t work with repository created by the latter.</p>
<p>If you get one of these error messages </p>
<pre><code>svnlook expected fs format '2'; found format '4'</code></pre>
<p>or</p>
<pre><code>Invalid change kind in rev file</code></pre>
<p>take a look at the PATH before you start <em>debugging</em> svn2web <img src='http://slopjong.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>For those who want to set ftp/sftp options you can do this by setting the svn property <em>svn2web-options</em>. Unfortunately this is nowhere documented so if it&#8217;s not working properly you should contact the dev team or fix it by yourself. Don&#8217;t forget to spread the bugfix with the world.
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-3436-1'>The cat I got from the Apple zoo <span class='footnotereverse'><a href='#fnref-3436-1'>&#8617;</a></span></li>
</ol>
</div>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Delicious" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Digg" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Reddit" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Facebook" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/spurl?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Spurl" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/spurl.png" width="16" height="16" alt="Spurl"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Twitter" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/webnews?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Webnews" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/webnews.png" width="16" height="16" alt="Webnews"/></a> <a href="http://www.addtoany.com/add_to/yigg?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="YiGG" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/yigg.png" width="16" height="16" alt="YiGG"/></a> <a href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="MySpace" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fslopjong.de%2F2010%2F03%2F02%2Fsvn2web%2F&amp;linkname=svn2web" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://slopjong.de/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://slopjong.de/wp-content/plugins/add-to-any/favicon.png" width="16" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://slopjong.de/2010/03/02/svn2web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
