Capistrano w/ Plesk 8* VPS setup problem

Good Day (for some : T)

Here is my deploy.rb file configurations:

set :application, “beeew”
set :repository, “http://svn.beeew.com/trunk
set :domain, “pazap.com
set :deploy_to, “/var/www/vhosts/beeew.com/httpdocs/current/public”
set :user, “beeew143”
#set(:repository)
{“svn+ssh://#{user}@#{domain}#{deploy_to}/repos/trunk”}
set :rails_env, “production”

when i do cap setup it says:
[pazap.com] executing command
command finished
command "unmask 02 &&\n mkdir -p
/var/www/vhosts/pazap.com/httpdocs/current/public…blah blah…
www/vhosts/pazap.com/… (basically tries to add capistrano folder
structure
)…mkdir -p…blah blah…ends with → failed on beeew.com

I am deploying from windows. I double checked the beeew.com folder, and
they’re all 0755…

any suggestions?

Just to clarify on the domains, pazap.com, beeew.com, should’ve been the
same one domain…

Well, i logged in as root, and it made the files, but now I’m having
problems with Cap figuring out where my deploy is…

on my tortoiseSVN, it points to http://svn.mydomain.com. Shouldn’t it be
in deploy.rb (Cap) that set repository be the same?
(http://svn.mydomain.com)

The link on how i setup my svn is here:
http://railswatcher.com/past/tags/svn

If anyone could help me out, my back is starting to hurt. : T