Re: Issue 2118 in reviewboard: Posting reviewrequest using post-review getting error

2011-06-02 Thread reviewboard


Comment #3 on issue 2118 by nileshj...@gmail.com: Posting reviewrequest  
using post-review getting error

http://code.google.com/p/reviewboard/issues/detail?id=2118

Thank your for your prompt response.

We don't use P4PASSWD, for user it creates p4tickets. which contains the  
user id and its ticket for respective user.


I got stuck now.

Also in the reviewboard administration section

Home › Scmtools › Repositories › pf-sa-1666

Where the details of respository hosting is present does it requires any  
configuration i have added.


Hosting service: custom
Repository type:Perforce
Path: pf-sa.shsho.com:1666

Mirror Path:

Username: njaiswal

Password:
Does it requires anything else which i am missing.

--
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.



Re: Issue 2118 in reviewboard: Posting reviewrequest using post-review getting error

2011-06-01 Thread reviewboard


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.