To add to it, I was able to run the mv command successfully through irb.
I will continue digging as to why the unpacking doesn't happen properly
and the mv fails when done through the rake rails:freeze:gems task.
If anyone has any thoughts/ideas - I look forward to it.
-S
D:\myPadosi\Trunk\vendor\rails>irb
irb(main):001:0> require 'fileutils.rb'
=> true
irb(main):003:0> include FileUtils
=> Object
irb(main):004:0> mv("activesupport-2.3.2", "activesupport")
=> 0
irb(main):005:0>
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---