rackspace-cookbooks / rackspacecloud

LWRPs for Rackspace Cloud APIs
Apache License 2.0
10 stars 17 forks source link

Added copy and remove workaround for EACCESS errors on Windows using Fil... #11

Closed micgo closed 11 years ago

micgo commented 11 years ago

This change adds a workaround for FileUtils.mv in case it fails on Windows by rescuing to a copy/remove action if mv fails the first time. This should fix issue #10

ryandub commented 11 years ago

Thanks! Going to test this and merge it soon.