Perforce and post-review

2012-01-13 Thread Matt N
Hello,

I'm further in my quest for a functioning Review Board setup, this
time blocked at post-review.

With all of my perforce variables (P4PORT, P4USER, P4CLIENT, P4PASSWD)
in local system variables, I run post-review --server=http://site-
redacted/subdir --username=user --password=pass --submit-as=mnewkirk -
o 586239 -d  (note: obviously site-redacted/subdir is obfuscated, as
are the username/password of user/pass; the actual site/subdir is
correct, as are the user/pass, and 586239 is a valid changelist number
on my set repository)

I end up with a 404, with the title being "Page not found at /subdir/
api/json/accounts/login/" (again, note that 'subdir' is obfuscated).
The debug shows:
HTTP POSTing to http://site-redacted/subdir/api/json/accounts/login:
{'username': 'user', 'password': ''}

Review Board is set up at http://site-redacted/subdir so this appears
to be correctly mapped. Am I supposed to have an api directory in my /
var/www/[subdir]/ directory containing these things? If so, how do I
get that installed? I believe I followed all of the steps from the
Review Board and post-review installation pages but may have missed
something.

Thanks for any help you can provide.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: perforce and post-review

2009-01-30 Thread 13Strider

thanks it works...

On Jan 29, 4:32 pm, Christian Hammond  wrote:
> You don't need to put it in that directory on your server. You just
> need to give it to users and have them place it in their path.
>
> Christian
>
> On 1/29/09, 13Strider  wrote:
>
>
>
>
>
> > thanks but what i meant was i cant find contrib/tools directory on my
> > server to put post-review in it.
>
> > On Jan 29, 9:54 am, housemaister  wrote:
> >> On Thu, Jan 29, 2009 at 2:37 PM, 13Strider 
> >> wrote:
>
> >> > I cant find the contrib/tools directory with new setup.
>
> >> > On Jan 28, 5:46 pm, Christian Hammond  wrote:
> >> >> Right now, you need to grab it from SVN, but I'm going to be putting it
> >> >> into
> >> >> its own easy_installable package pretty soon.
>
> >> >> I think thehttp://www.review-board.org/docs/Using_PostReviewpagehasa
> >> >> link.
>
> >> Hmm, I searched myself for it a couple of days ago and didn't find a
> >> link on that wiki page.
> >> Nevertheless I found it in the
> >> SVN:http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools...
>
> >> Stefan.
>
> --
> --
> Christian Hammond - chip...@chipx86.com
> VMware, Inc.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: perforce and post-review

2009-01-29 Thread Christian Hammond

You don't need to put it in that directory on your server. You just
need to give it to users and have them place it in their path.

Christian


On 1/29/09, 13Strider  wrote:
>
> thanks but what i meant was i cant find contrib/tools directory on my
> server to put post-review in it.
>
> On Jan 29, 9:54 am, housemaister  wrote:
>> On Thu, Jan 29, 2009 at 2:37 PM, 13Strider 
>> wrote:
>>
>> > I cant find the contrib/tools directory with new setup.
>>
>> > On Jan 28, 5:46 pm, Christian Hammond  wrote:
>> >> Right now, you need to grab it from SVN, but I'm going to be putting it
>> >> into
>> >> its own easy_installable package pretty soon.
>>
>> >> I think thehttp://www.review-board.org/docs/Using_PostReviewpagehas a
>> >> link.
>>
>> Hmm, I searched myself for it a couple of days ago and didn't find a
>> link on that wiki page.
>> Nevertheless I found it in the
>> SVN:http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools...
>>
>> Stefan.
> >
>


-- 
-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.

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



Re: perforce and post-review

2009-01-29 Thread 13Strider

thanks but what i meant was i cant find contrib/tools directory on my
server to put post-review in it.

On Jan 29, 9:54 am, housemaister  wrote:
> On Thu, Jan 29, 2009 at 2:37 PM, 13Strider  wrote:
>
> > I cant find the contrib/tools directory with new setup.
>
> > On Jan 28, 5:46 pm, Christian Hammond  wrote:
> >> Right now, you need to grab it from SVN, but I'm going to be putting it 
> >> into
> >> its own easy_installable package pretty soon.
>
> >> I think thehttp://www.review-board.org/docs/Using_PostReviewpagehas a
> >> link.
>
> Hmm, I searched myself for it a couple of days ago and didn't find a
> link on that wiki page.
> Nevertheless I found it in the 
> SVN:http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools...
>
> Stefan.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: perforce and post-review

2009-01-29 Thread housemaister

On Thu, Jan 29, 2009 at 2:37 PM, 13Strider  wrote:
>
> I cant find the contrib/tools directory with new setup.
>
> On Jan 28, 5:46 pm, Christian Hammond  wrote:
>> Right now, you need to grab it from SVN, but I'm going to be putting it into
>> its own easy_installable package pretty soon.
>>
>> I think thehttp://www.review-board.org/docs/Using_PostReviewpage has a
>> link.

Hmm, I searched myself for it a couple of days ago and didn't find a
link on that wiki page.
Nevertheless I found it in the SVN:
http://reviewboard.googlecode.com/svn/trunk/reviewboard/contrib/tools/post-review

Stefan.

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



Re: perforce and post-review

2009-01-29 Thread 13Strider

I cant find the contrib/tools directory with new setup.

On Jan 28, 5:46 pm, Christian Hammond  wrote:
> Right now, you need to grab it from SVN, but I'm going to be putting it into
> its own easy_installable package pretty soon.
>
> I think thehttp://www.review-board.org/docs/Using_PostReviewpage has a
> link.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> VMware, Inc.
>
> On Wed, Jan 28, 2009 at 1:18 PM, 13Strider  wrote:
>
> > How do you use post-review with the new installation?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: perforce and post-review

2009-01-28 Thread Christian Hammond
Right now, you need to grab it from SVN, but I'm going to be putting it into
its own easy_installable package pretty soon.

I think the http://www.review-board.org/docs/Using_PostReview page has a
link.

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Wed, Jan 28, 2009 at 1:18 PM, 13Strider  wrote:

>
> How do you use post-review with the new installation?
> >
>

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



perforce and post-review

2009-01-28 Thread 13Strider

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