Friday 4 December 2009

Preforce, Intellij & Ubuntu

If your running intellij on ubuntu, you make need to make sure this preforce settings are configured within the root user setup scripts, add them to /etc/profile.d/global.sh

user@foundry:~$ more /etc/profile.d/global.sh

export P4USER=$USER
export P4CHARSET=utf8
export P4CLIENT=`hostname`
export P4PORT=perforce.newbay.com:1666

No comments: