<?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 on: SVN Tricks</title>
	<atom:link href="http://blog.mwdesigns.com/2009/05/30/svn-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mwdesigns.com/2009/05/30/svn-tricks/</link>
	<description>The story behind all his work</description>
	<lastBuildDate>Tue, 16 Mar 2010 02:40:57 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>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>
</channel>
</rss>
