Thanks again to Larry and Andrew for their responses: really helpful!<br><br>Just thought I&#39;d let folks know that I&#39;ve updated/upgraded the list of commands on the <a href="http://drupal.org/node/477684">Drush handbook page</a>. I&#39;ve also created a printer friendly pdf of that list since since it&#39;s nice to have printed cheat sheets for command-line stuff.<br>
<br>The pdf is at: <a href="http://drupal.org/files/drush-cheat-sheet.pdf">http://drupal.org/files/drush-cheat-sheet.pdf</a><br><br>The handbook page is at: <a href="http://drupal.org/node/477684">http://drupal.org/node/477684</a><br>
<br>Best,<br><br>Shai<br><br><div class="gmail_quote">On Wed, Nov 25, 2009 at 12:56 AM, Larry Garfield <span dir="ltr">&lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Possibly.  Or svn ignore.  Unfortunately as far as I know you can&#39;t set a<br>
server-wide ignore list, so I&#39;ve never bothered to set it up for all of our<br>
developers.  (Some may have done it themselves.  I&#39;m not sure.)  For my part I<br>
do nearly everything from the Linux command line ssh&#39;ed into the dev server,<br>
so it&#39;s rarely an issue for me. :-)<br>
<div><div></div><div class="h5"><br>
On Tuesday 24 November 2009 8:07:56 pm Shai Gluskin wrote:<br>
&gt; Thanks Larry and Andrew!<br>
&gt;<br>
&gt; Larry, can you use --exclude to deal with the OS X crap?<br>
&gt;<br>
&gt; Shai<br>
&gt;<br>
&gt; On Tue, Nov 24, 2009 at 8:38 PM, <a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a> &lt;<br>
&gt;<br>
&gt; <a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt; wrote:<br>
&gt; &gt; SVN isn&#39;t quite as bad for this as you make it out to be. :-)  You can<br>
&gt; &gt; do:<br>
&gt; &gt;<br>
&gt; &gt; svn add --force sites/all/modules<br>
&gt; &gt;<br>
&gt; &gt; and it will recursively add any files under that directory that it<br>
&gt; &gt; doesn&#39;t already know about.  Be careful of ._ files and similar crap that<br>
&gt; &gt; OS X may create. :-)<br>
&gt; &gt;<br>
&gt; &gt; That&#39;s actually my usual workflow at this point.  Drush dl to grab new<br>
&gt; &gt; modules, drush update to update a module, followed by the svn command<br>
&gt; &gt; above and then commit.  It doesn&#39;t handle file deletes or major file<br>
&gt; &gt; reorganization, but those are quite rare.<br>
&gt; &gt;<br>
&gt; &gt; And I almost never check out a module straight from CVS.  If I want a dev<br>
&gt; &gt; version, you can tell Drush to get that for you.<br>
&gt; &gt;<br>
&gt; &gt; --Larry Garfield<br>
&gt; &gt;<br>
&gt; &gt; Shai Gluskin wrote:<br>
&gt; &gt;&gt; I get modules from d.o. from CVS, then I commit them to my own<br>
&gt; &gt;&gt; repository with SVN.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; When updating modules I&#39;ve doing SVN del, CVS co, SVN add instead of<br>
&gt; &gt;&gt; simply CVS up because of orphaned and new files. SVN freaks out over<br>
&gt; &gt;&gt; orphans and the new files are just a pain since you need to SVN add for<br>
&gt; &gt;&gt; each one.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; But I just installed Drush and I&#39;m so excited about making all this<br>
&gt; &gt;&gt; easy. So I&#39;m motivated to finally ask for help around this.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; So if you commit CVS versions of contrib to SVN, what is your method for<br>
&gt; &gt;&gt; dealing with orphans and new files?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Shai<br>
<br>
</div></div><div><div></div><div class="h5">--<br>
Larry Garfield<br>
<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a><br>
</div></div></blockquote></div><br>