Chris Brooks wrote:
> Was able to update the gems without any problem, but when I try to
> upgrade my app I'm getting the following error:
> 
> .../ruby/gems/1.8/gems/radiant-0.5.2/bin/radiant:281:in `popen': No
> such file or directory - radiant-0.5.0/script/version (Errno::ENOENT)

That error is caused when you can't execute script/version from the 
command-line. Typically this is because script/version is not executable.

> Note I had recently upgrade to 0.5.1.  I'm running rails 1.1.6.
> 
> If I rename the script/version file to script/version.bak, the upgrade
> seems to proceed ok, but it upgraded to 0.5.1 then 0.5.2.  All is OK
> in the end, but maybe there's a certain upgrade path bug?

You should be fine now. All the upgrade stuff does right now is copy 
files from the new gem over your existing install. Running 0.5.1 to 
0.5.2 won't hurt anything.

Can you run script/version now?

--
John Long
http://wiseheartdesign.com
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to