I downloaded HELIX P4V for OSX here. I followed the setup-instructions from Assambla.com. I did this:
echo "export P4CONFIG=p4config.txt" >> ~/.bashrc
source ~/.bashrc
cd /path/to/project
echo "P4PORT=ssl:perforce.assembla.com:1667" >> p4config.txt
echo "P4HOST=myappname" >> p4config.txt
echo "P4USER=MyUsername" >> p4config.txt
echo "P4CHARSET=utf8" >> p4config.txt
echo "P4CLIENT=workspacename" >> p4config.txt
export P4HOST=MyHost
open /Applications/p4v.app
When i start my p4v.app, it says
Unable to find destination depot
You must set P4HOST variable according to the rules from your Perforce Tool information page
I assume these are two seperate errors, and the first is causing the second. Because my P4HOST is set. I can echo it in the terminal and i also can see it when i run p4 set
.