[Capistrano] Re: cap and Solaris

2007-02-12 Thread slumos
On Feb 8, 4:07 pm, Jamis Buck <[EMAIL PROTECTED]> wrote: > Try using "rm -f" instead of just "rm" when removing the > current_path. That should make it more robust (though the two-step > remove+link means your deploys will no longer be atomic... too bad > solaris has to do it's own thing in so man

[Capistrano] Re: Getting previous version from Capistrano recipe

2007-02-12 Thread Jeremy Hinegardner
Josh, You could also us a hardlink instead of a symlink. That might do it too. But I like Jamis's approach, more control. You can forget about hardlinks and then wonder why things happen. enjoy, -jeremy On Mon, Feb 12, 2007 at 08:53:49AM -0700, Jamis Buck wrote: > > Josh, > > You can do "

[Capistrano] cap how -to

2007-02-12 Thread Clayton Cottingham
Here is a barebones guide to get people started Notice the note.does anyone know how to restart the webrick server ? Even a quick and dirty command line? Anyways hope this help some of you --~--~-~--~~~---~--~~ To unsubscribe from this group, sen

[Capistrano] Re: Getting previous version from Capistrano recipe

2007-02-12 Thread Jamis Buck
On Feb 12, 2007, at 9:03 AM, rumplyminz wrote: > Jamis, > > Thanks for the answer (I figured it was easy) and also the suggestion > on the symlink. That might work, and I will check it out, and let you > know! > > Also, are you using a newsreader, or just gmail, for the google > groups? Neither

[Capistrano] Re: Getting previous version from Capistrano recipe

2007-02-12 Thread rumplyminz
Jamis, Thanks for the answer (I figured it was easy) and also the suggestion on the symlink. That might work, and I will check it out, and let you know! Also, are you using a newsreader, or just gmail, for the google groups? Thanks! Josh On Feb 12, 10:53 am, Jamis Buck <[EMAIL PROTECTED]> wro

[Capistrano] Re: Getting previous version from Capistrano recipe

2007-02-12 Thread Jamis Buck
Josh, You can do "#{previous_release}/" to get at the release prior to the one most recently deployed. However, I wonder if you could still make this work with symlinks. What if you put the Tiny_MCE stuff in: ./public/system/tiny_mce/plugins/filemanager/files And then made a symlink

[Capistrano] Getting previous version from Capistrano recipe

2007-02-12 Thread rumplyminz
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 thi