Comment #1 on issue 2118 by gtuc...@gmail.com: Posting reviewrequest using post-review getting error
http://code.google.com/p/reviewboard/issues/detail?id=2118

Do you have a P4PASSWD environment variable set? The previous company I worked for used perforce and it was stored in a dot file. Since you're using Linux, try this:

$ export P4PASSWD='<your_password_here>'
(don't include the $, that denotes a prompt)

If that works, declare this in you $HOME/.bashrc by adding a line like this:

export P4PASSWD='<your_password_here>'

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to