Hi all, I am using a php plugin called Tiny_MCE with the file manager enabled for one of my rails apps. It needs to have the location for the files be in ./public/javascripts/tiny_mce/plugins/filemanager/files/ in order for the file manager to work correctly. I tried using a symlink to make this point to ./public/system/files (which is a symlink that allows me to carry uploads, etc over from build to build) but the file manager won't work with the symlink due to how php is reading the absolute file path from the symlink.
Anyway, I do need to make sure these files are carried over from build to build. Is there an easy way to get the most recent capistrano build directory, so that I can recursively copy that directory over? Cheers, Josh --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
