Capistrano symlinking problem?

It looks like the /home/deploy/weddingcards/releases/20090325105337/public/pdf_xml_files directory already exists.

It looks like the /home/deploy/weddingcards/releases/20090325105337/public/pdf_xml_files directory already exists. The ln command is finding that directory and forcing it to create a symlink to your target inside the directory. If you remove /home/deploy/weddingcards/releases/20090325105337/public/pdf_xml_files then run the same command it should do what you want it to.

Alternately you could change the command to: run "ln -nsf #{shared_path}/uploads/pdf_xml_files #{release_path}/public/" and it will create the symlink inside the public directory.

I'll check this and reply later. – Millisami Apr 9 '09 at 5:41.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions