On Jun 13, 2007, at 6:06 PM, charlie caroff wrote:

>>>> Also, note that rake integration is deprecated, and is entirely  
>>>> gone
>>>> in cap2. You should be using 'cap' directly, rather than via rake.
>
> When you say cap2, do you mean that capistrano has a version 2?  The
> latest version I see is 1.99.  Again, I uninstalled the FreeBSD port,
> and installed your version (thanks again) that I found here:
>
> http://nubyonrails.com/articles/2007/04/27/tips-for-upgrading-to- 
> capistrano-2

Version 1.99.1 is "capistrano 2.0 preview release #2", but since  
rubygems doesn't really support preview releases, we have to hack the  
version numbers a bit. As of right now, v1.99.1 is the very latest  
and greatest release (unless you want to be really brave and build  
your own gem from trunk).

>   * executing "rm -rf /u/apps/project/releases/20070614000218/log /u/
> apps/project/releases/20070614000218/public/system /u/apps/project/
> releases/20070614000218/tmp/pids &&\n      ln -s /u/apps/project/
> shared/log /u/apps/project/releases/20070614000218/log &&\n      ln -
> s /u/apps/project/shared/system /u/apps/project/releases/
> 20070614000218/public/system &&\n      ln -s /u/apps/project/shared/
> pids /u/apps/project/releases/20070614000218/tmp/pids"
>     servers: ["www.project.com"]
>     [www.project.com] executing command
>  ** [out :: www.project.com] ln: /u/apps/project/releases/
> 20070614000218/public/system: No such file or directory

That's the error, right there. Do you have a /u/apps/project/shared/ 
system directory on your target servers? In your project, do you have  
a public/ directory? Is it checked into your svn repository?

- Jamis


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to