Needs review
Project:
Omega Tools
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2010 at 19:21 UTC
Updated:
28 Jun 2013 at 05:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
thebuckst0p commentedHere's a patch which replaces `cp -R` with `rsync -rC`. It also replaces the semicolons between the commands with `&&` which chains them so if one fails, the process stops (which seems to make more sense). I haven't tested this, though, and not everyone has rsync, so I'm not sure how you'd want to handle it.
Ben B
Comment #2
himerus commentedThank you for this... I'll play around with it.
Sorry for not responding sooner, but for some reason I wasn't getting emails from this issue queue, and things just slipped through the cracks.
Comment #3
jtse commentedI ran into the same issue with 7.x-3.0-rc3 of omega_tools
Comment #4
jonivanbogaert commentedCreated a patch for filtering out .svn folders when creating new theme with omega_tools (Drupal 7 - Omega tools 7.x-3.0-rc4)
Comment #5
damienmckennaThis version (for 7.x-3.x) replaces the individual checks with an array of values and checks the array; I also added '.git' and 'CVS' to the list of items to ignore.
Comment #6
damienmckennaUpdating the title.
Comment #7
jonhattanTwi useful functions in drush:
http://api.drush.org/api/drush/includes!drush.inc/function/drush_version...
http://api.drush.org/api/drush/includes!filesystem.inc/function/drush_sc...