So, do you have images, stylesheets, and javascripts as subdirectories  
of public/ in your application? If not, either create them, ignore the  
error, or change the capistrano task to stop doing that.

(Chances are that you're going to want those three subdirectories  
under public/ eventually if you have a Rails application, so just  
create them [and add them to your repository].)

-Rob

On Aug 28, 2009, at 12:01 PM, mileesah wrote:

>
> hi,
>
> im currently learning capistrano 2.* and i encountered this error
>
> c:\Ruby>cap deploy:update
>  * executing `deploy:update'
> ** transaction: start
>  * executing `deploy:update_code'
>    executing locally: "svn info http://www.version.com/folder/  -
> rHEAD"
>  * executing "svn checkout -q  -r8 http://www.version.com/folder// /
> home/case/test/depot/releases/20090828154830 && (echo 8 > /home/case/
> test/depot/releases/20090828154830/REVISION)"
>    servers: ["app.com"]
> Password:
>    [app.com] executing command
>    command finished
>  * executing `deploy:finalize_update'
>  * executing "rm -rf /home/case/test/depot/releases/20090828154830/
> log /home/case/test/depot/releases/20090828154830/public/system /home/
> case/test/depot/releases/20090828154830/tmp/pids &&\\\n      mkdir - 
> p /
> home/case/test/depot/releases/20090828154830/public &&\\\n       
> mkdir -
> p /home/case/test/depot/releases/20090828154830/tmp &&\\\n      ln - 
> s /
> home/case/test/depot/shared/log /home/case/test/depot/releases/
> 20090828154830/log &&\\\n      ln -s /home/case/test/depot/shared/
> system /home/case/test/depot/releases/20090828154830/public/system && 
> \\
> \n      ln -s /home/case/test/depot/shared/pids /home/case/test/depot/
> releases/20090828154830/tmp/pids"
>    servers: ["app.com"]
>    [app.com] executing command
>    command finished
>  * executing "find /home/case/test/depot/releases/20090828154830/
> public/images /home/case/test/depot/releases/20090828154830/public/
> stylesheets /home/caseh/test/depot/releases/20090828154830/public/
> javascripts -exec touch -t 200908281548.54 {} ';'; true"
>    servers: ["app.com"]
>    [app.com] executing command
> ** [out :: app.com] find: `/home/case/test/depot/releases/
> 20090828154830/public/images': No such file or directory
> ** [out :: app.com] find: `/home/case/test/depot/releases/
> 20090828154830/public/stylesheets': No such file or directory
> ** [out :: app.com] find: `/home/case/test/depot/releases/
> 20090828154830/public/javascripts': No such file or directory
>    command finished
>  * executing `deploy:symlink'
>  * executing "rm -f /home/case/test/depot/current && ln -s /home/case/
> test/depot/releases/20090828154830 /home/case/test/depot/current"
>    servers: ["app.com"]
>    [app.com] executing command
>    command finished
> ** transaction: commit
>
>
>
>
> Any help will be appreciated.. thanks
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Capistrano" 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.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to