<?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>entwicklungsgedanken &#187; Tools and Helpers</title>
	<atom:link href="http://www.entwicklungsgedanken.de/category/tools-and-helpers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:20 +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>Using WinMerge for file-diffs of local and remote-files within WinSCP</title>
		<link>http://www.entwicklungsgedanken.de/2009/06/03/using-winmerge-for-file-diffs-of-local-and-remote-files-within-winscp/</link>
		<comments>http://www.entwicklungsgedanken.de/2009/06/03/using-winmerge-for-file-diffs-of-local-and-remote-files-within-winscp/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:20:22 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[Tools and Helpers]]></category>
		<category><![CDATA[Verschiedenes]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[winmerge]]></category>
		<category><![CDATA[winscp]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=273</guid>
		<description><![CDATA[I use WinSCP for connections to remote linux-servers. WinSCP has a nice feature which allows the user to define custom commands. One pre-defined command is &#8220;File Compare&#8221;. It allows the comparision of local and remote files. The default-setting is not very comfortable. I simply added the following &#8220;code&#8221; as custom command. &#34;C:\Program Files (x86)\WinMerge\WinMergeU.exe&#34; /u [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://winscp.net/">WinSCP</a> for connections to remote linux-servers. WinSCP has a nice feature which allows the user to define custom commands. One pre-defined command is &#8220;File Compare&#8221;. It allows the comparision of local and remote files. The default-setting is not very comfortable. I simply added the following &#8220;code&#8221; as custom command.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #ff0000;">&quot;C:\Program Files (x86)\WinMerge\WinMergeU.exe&quot;</span> <span style="color: #000000; font-weight: bold;">/</span>u <span style="color: #ff0000;">&quot;!&quot;</span> <span style="color: #ff0000;">&quot;!^!&quot;</span></pre></div></div>

<p>Now WinSCP uses <a href="http://winmerge.org/">WinMerge</a> for every file comparison of local and remote files. Just set the path to WinMerge to <strong>your</strong> install path of WinMerge and you get comfortable and powerful file comparison. Additional command line arguments for WinMerge can be found <a href="http://winmerge.org/docs/manual/CommandLine.html">here</a>.</p>
<p>Here are two screen shots of WinSCP where you set the custom command.</p>
<p><a style="margin-right:10px" href="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/06/winscp.png"><img class="alignnone size-thumbnail wp-image-272" title="winscp" src="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/06/winscp-150x150.png" alt="winscp" width="150" height="150" /></a><a href="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/06/winscp-winmerge.png"><img class="alignnone size-thumbnail wp-image-271" title="winscp-winmerge" src="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/06/winscp-winmerge-150x150.png" alt="winscp-winmerge" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2009/06/03/using-winmerge-for-file-diffs-of-local-and-remote-files-within-winscp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy management of hardlinks and junctions on windows-systems</title>
		<link>http://www.entwicklungsgedanken.de/2008/12/05/easy-management-of-hardlinks-and-junctions-on-windows-systems/</link>
		<comments>http://www.entwicklungsgedanken.de/2008/12/05/easy-management-of-hardlinks-and-junctions-on-windows-systems/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 12:02:12 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[Tools and Helpers]]></category>
		<category><![CDATA[hardlink]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[symlink]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=109</guid>
		<description><![CDATA[To allow an easy management of hardlinks and junctions via the windows-explorer Hermann Schinagl provides a nice shell-extension.]]></description>
			<content:encoded><![CDATA[<p>To allow an easy management of hardlinks and junctions via the windows-explorer Hermann Schinagl provides a nice <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html">shell-extension</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2008/12/05/easy-management-of-hardlinks-and-junctions-on-windows-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
