<?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 for Matt Ward's Journal</title>
	<atom:link href="http://blog.mwdesigns.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mwdesigns.com</link>
	<description>The story behind all his work</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:43:07 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SVN Tricks by ignacio</title>
		<link>http://blog.mwdesigns.com/2009/05/30/svn-tricks/comment-page-1/#comment-2331</link>
		<dc:creator>ignacio</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mwdesigns.com/?p=7#comment-2331</guid>
		<description>That&#039;s a nice trick to have it as an alias Matt!. May I mention a possible tweak related to this?
At my work we have svn sandboxes (copies of the files which could exist independently for testing purposes in our own directories) so I often do have stuff not yet checked into the repository (marked with either &quot;?&quot;, &quot;!&quot; or &quot;M&quot;). So instead of &quot;xargs svn add&quot; in such a case you can  use &quot;xargs echo svn add&quot;.
What the echo part does is simply output in lieu of just executing the command. The convenient list of file generated with xargs is at your disposal beforehand giving you a chance to inspect it. At that point we could:
a) execute it right away piping it to bash (adding &quot;&#124; bash&quot;)
b) edit that list generated and exclude those files you want to preserve for being added (checked-in or deleted) to the repository, copy and then run it.

Of course this is a tweak that may not apply to your work-flow, but I thought of sharing the use of the echo and bash thing which I found very helpful in general (some examples are here at my post http://ignaciopp.wordpress.com/2009/05/07/pipe-to-bash/</description>
		<content:encoded><![CDATA[<p>That&#8217;s a nice trick to have it as an alias Matt!. May I mention a possible tweak related to this?<br />
At my work we have svn sandboxes (copies of the files which could exist independently for testing purposes in our own directories) so I often do have stuff not yet checked into the repository (marked with either &#8220;?&#8221;, &#8220;!&#8221; or &#8220;M&#8221;). So instead of &#8220;xargs svn add&#8221; in such a case you can  use &#8220;xargs echo svn add&#8221;.<br />
What the echo part does is simply output in lieu of just executing the command. The convenient list of file generated with xargs is at your disposal beforehand giving you a chance to inspect it. At that point we could:<br />
a) execute it right away piping it to bash (adding &#8220;| bash&#8221;)<br />
b) edit that list generated and exclude those files you want to preserve for being added (checked-in or deleted) to the repository, copy and then run it.</p>
<p>Of course this is a tweak that may not apply to your work-flow, but I thought of sharing the use of the echo and bash thing which I found very helpful in general (some examples are here at my post <a href="http://ignaciopp.wordpress.com/2009/05/07/pipe-to-bash/" rel="nofollow">http://ignaciopp.wordpress.com/2009/05/07/pipe-to-bash/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is this the end of Web 2.0? by Matt Ward</title>
		<link>http://blog.mwdesigns.com/2009/07/13/is-this-the-end-of-web-2-0/comment-page-1/#comment-117</link>
		<dc:creator>Matt Ward</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mwdesigns.com/?p=15#comment-117</guid>
		<description>Adding a kinda techy comment to something everyone should read, but do you think HTML 5 will get users to upgrade their browsers? If you make websites, do you support IE6? How do you design &lt;a href=&quot;http://www.forabeautifulweb.com&quot; rel=&quot;nofollow&quot;&gt;for a beautiful web&lt;/a&gt;?

(I also had to write this as a test comment while working on recreating this blog and website, what do you think of the new place?)</description>
		<content:encoded><![CDATA[<p>Adding a kinda techy comment to something everyone should read, but do you think HTML 5 will get users to upgrade their browsers? If you make websites, do you support IE6? How do you design <a href="http://www.forabeautifulweb.com" rel="nofollow">for a beautiful web</a>?</p>
<p>(I also had to write this as a test comment while working on recreating this blog and website, what do you think of the new place?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
