Re: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-28 Thread RB
When i try to post a review request of already submitted changelist using 
post-review , the request is getting successfully posted. But when you view 
the review request on Review Board server i am getting diff currently 
unavailable next to file and whin i click the details i am getting the 
following error stack trace.:

Diff currently unavailable.*Error:* [Errno 2] No such file or directory: 
'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'Details

Traceback (most recent call last):
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py",
 line 251, in view_diff_fragment
diff_file = get_requested_diff_file()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py",
 line 171, in get_requested_diff_file
populate_diff_chunks(files, highlighting, request=request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 340, in populate_diff_chunks
chunks = generator.get_chunks()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 137, in get_chunks
large_data=True)
  File 
"C:\BitNami\reviewboard-1.7.11-0\python\lib\site-packages\djblets-0.7.15-py2.7.egg\djblets\util\misc.py",
 line 156, in cache_memoize
data = lookup_callable()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 136, in 
lambda: list(self._get_chunks_uncached()),
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 142, in _get_chunks_uncached
new = get_patched_file(old, self.filediff, self.request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 150, in get_patched_file
return patch(diff, buffer, filediff.dest_file, request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 98, in patch
f = open(newfile, "r")
IOError: [Errno 2] No such file or directory: 
'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'

What could be the issue???

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-28 Thread RB
When i try to post a review request of already submitted changelist using 
post-review , the request is getting successfully posted. But when you view 
the review request on Review Board server i am getting diff currently 
unavailable next to file and whin i click the details i am getting the 
following error stack trace.:

Diff currently unavailable.*Error:* [Errno 2] No such file or directory: 
'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'Details

Traceback (most recent call last):
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py",
 line 251, in view_diff_fragment
diff_file = get_requested_diff_file()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\views.py",
 line 171, in get_requested_diff_file
populate_diff_chunks(files, highlighting, request=request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 340, in populate_diff_chunks
chunks = generator.get_chunks()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 137, in get_chunks
large_data=True)
  File 
"C:\BitNami\reviewboard-1.7.11-0\python\lib\site-packages\djblets-0.7.15-py2.7.egg\djblets\util\misc.py",
 line 156, in cache_memoize
data = lookup_callable()
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 136, in 
lambda: list(self._get_chunks_uncached()),
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\chunk_generator.py",
 line 142, in _get_chunks_uncached
new = get_patched_file(old, self.filediff, self.request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 150, in get_patched_file
return patch(diff, buffer, filediff.dest_file, request)
  File 
"C:\BitNami\reviewboard-1.7.11-0\apps\reviewboard\Lib\site-packages\ReviewBoard-1.7.11-py2.7.egg\reviewboard\diffviewer\diffutils.py",
 line 98, in patch
f = open(newfile, "r")
IOError: [Errno 2] No such file or directory: 
'c:\\windows\\temp\\reviewboard.rnc3hd\\tmpgjfkdp-new'

What could be the issue???
On Saturday, July 27, 2013 2:20:57 PM UTC+5:30, RB wrote:
>
> I have posted the pending changelist number only. When i was able to see 
> the review request on review board why am i not able to see the diff files. 
> Should i need to do some admin settings in Review Board server for the 
> diffs to be visible.
>
>
> On Fri, Jul 26, 2013 at 11:39 PM, David Trowbridge  wrote:
>
>> Was the changelist you posted pending or submitted? The basic 
>> "post-review changelist" command syntax is really only useful for pending 
>> changes, and the more-complicated --revision-range parameter.
>>
>> -David
>>
>>
>> On Fri, Jul 26, 2013 at 2:15 AM, RB  wrote:
>>
>>> I have successfully set-up Bitnami review board stack on windows 64-bit. 
>>> I have added a perforce repository on admin panel. 
>>> I ran *post-review changelist *command to post a review request . It is 
>>> showing that the review request is successfully posted. 
>>> When i log-in to Review Board server i am able to see the review 
>>> request. But i am not able to see the diffs of changed files. What could be 
>>> the reason??
>>>  
>>> -- 
>>> 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/
>>> -~--~~~~--~~--~--~---
>>>
>>> For more options, visit this group at 
>>> http://groups.google.com/group/reviewboard?hl=en
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "reviewboard" group.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>  -- 
>> 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
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
Want to help the Review

Re: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-27 Thread Ajai Lanka
I have posted the pending changelist number only. When i was able to see
the review request on review board why am i not able to see the diff files.
Should i need to do some admin settings in Review Board server for the
diffs to be visible.


On Fri, Jul 26, 2013 at 11:39 PM, David Trowbridge wrote:

> Was the changelist you posted pending or submitted? The basic "post-review
> changelist" command syntax is really only useful for pending changes, and
> the more-complicated --revision-range parameter.
>
> -David
>
>
> On Fri, Jul 26, 2013 at 2:15 AM, RB  wrote:
>
>> I have successfully set-up Bitnami review board stack on windows 64-bit.
>> I have added a perforce repository on admin panel.
>> I ran *post-review changelist *command to post a review request . It is
>> showing that the review request is successfully posted.
>> When i log-in to Review Board server i am able to see the review request.
>> But i am not able to see the diffs of changed files. What could be the
>> reason??
>>
>> --
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-26 Thread David Trowbridge
Was the changelist you posted pending or submitted? The basic "post-review
changelist" command syntax is really only useful for pending changes, and
the more-complicated --revision-range parameter.

-David


On Fri, Jul 26, 2013 at 2:15 AM, RB  wrote:

> I have successfully set-up Bitnami review board stack on windows 64-bit. I
> have added a perforce repository on admin panel.
> I ran *post-review changelist *command to post a review request . It is
> showing that the review request is successfully posted.
> When i log-in to Review Board server i am able to see the review request.
> But i am not able to see the diffs of changed files. What could be the
> reason??
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-26 Thread RB
I have successfully set-up Bitnami review board stack on windows 64-bit. I 
have added a perforce repository on admin panel. 
I ran *post-review changelist *command to post a review request . It is 
showing that the review request is successfully posted. 
When i log-in to Review Board server i am able to see the review request. 
But i am not able to see the diffs of changed files. What could be the 
reason??

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Bitnami Review Board Stack-Issue while running post-review with perforce on windows

2013-07-25 Thread RB
Thanks Steven. It worked after making the changes suggested by you.

On Thursday, July 25, 2013 8:26:45 PM UTC+5:30, Steven MacLeod wrote:
>
> Try changing the "REPOSITORY" field in your .reviewboardrc to be the name 
> of the repository given in the RB admin panel. This is the name you give 
> the repository when configuring it for the first time.
>
>
> On Thu, Jul 25, 2013 at 2:17 AM, RB >wrote:
>
>> I have set-up Bitnami Review Board stack on windows 64-bit. Later i am 
>> able to log-in to Review Board url and i was able to add a Perforce 
>> repository by clicking the Add Repository link. When i try to submit a 
>> review request for review using post-review command *post-review 
>> 12345*(changelist 
>> number) first it will ask for credentials and after submitting the 
>> credentials i am getting the following error:
>>
>> *There was an error creating this review request.*
>>
>> *The repository path "public.perforce.com:1666" is not in the list of 
>> known repositories on the server.*
>>
>> *Ask the administrator to add this repository to the Review Board 
>> server. For information on adding repositories, please read*
>>
>> *
>> http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/
>> *
>>
>> Replaced my perforce path with "public.perforce.com:1666" for posting 
>> question in this forum.
>>
>> I have created .reviewboardrc file with following values:
>>
>> REPOSITORY = 'public.perforce.com:1666'
>> REVIEWBOARD_URL = 'http://XX.XX.XX.XX:/reviewboard'.
>>
>> My question here is though i have added perforce repository on Review 
>> Board why it is still throwing the error: The repository path "
>> public.perforce.com:1666" is not in the list of known repositories on 
>> the server
>>
>> Also am i missing something in .reviewboardrc file.
>>
>> Please provide your inputs for resolving this issue.
>>
>> -- 
>> 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...@googlegroups.com 
>> For more options, visit this group at 
>> http://groups.google.com/group/reviewboard?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Bitnami Review Board Stack-Issue while running post-review with perforce on windows

2013-07-25 Thread Steven MacLeod
Try changing the "REPOSITORY" field in your .reviewboardrc to be the name
of the repository given in the RB admin panel. This is the name you give
the repository when configuring it for the first time.


On Thu, Jul 25, 2013 at 2:17 AM, RB  wrote:

> I have set-up Bitnami Review Board stack on windows 64-bit. Later i am
> able to log-in to Review Board url and i was able to add a Perforce
> repository by clicking the Add Repository link. When i try to submit a
> review request for review using post-review command *post-review 
> 12345*(changelist
> number) first it will ask for credentials and after submitting the
> credentials i am getting the following error:
>
> *There was an error creating this review request.*
>
> *The repository path "public.perforce.com:1666" is not in the list of
> known repositories on the server.*
>
> *Ask the administrator to add this repository to the Review Board server.
> For information on adding repositories, please read*
>
> *
> http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/
> *
>
> Replaced my perforce path with "public.perforce.com:1666" for posting
> question in this forum.
>
> I have created .reviewboardrc file with following values:
>
> REPOSITORY = 'public.perforce.com:1666'
> REVIEWBOARD_URL = 'http://XX.XX.XX.XX:/reviewboard'.
>
> My question here is though i have added perforce repository on Review
> Board why it is still throwing the error: The repository path "
> public.perforce.com:1666" is not in the list of known repositories on the
> server
>
> Also am i missing something in .reviewboardrc file.
>
> Please provide your inputs for resolving this issue.
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Bitnami Review Board Stack-Issue while running post-review with perforce on windows

2013-07-24 Thread RB


I have set-up Bitnami Review Board stack on windows 64-bit. Later i am able 
to log-in to Review Board url and i was able to add a Perforce repository 
by clicking the Add Repository link. When i try to submit a review request 
for review using post-review command *post-review 12345*(changelist number) 
first it will ask for credentials and after submitting the credentials i am 
getting the following error:

*There was an error creating this review request.*

*The repository path "public.perforce.com:1666" is not in the list of known 
repositories on the server.*

*Ask the administrator to add this repository to the Review Board server. 
For information on adding repositories, please read*

*
http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/
*

Replaced my perforce path with "public.perforce.com:1666" for posting 
question in this forum.

I have created .reviewboardrc file with following values:

REPOSITORY = 'public.perforce.com:1666'
REVIEWBOARD_URL = 'http://XX.XX.XX.XX:/reviewboard'.

My question here is though i have added perforce repository on Review Board 
why it is still throwing the error: The repository path 
"public.perforce.com:1666" is not in the list of known repositories on the 
server

Also am i missing something in .reviewboardrc file.

Please provide your inputs for resolving this issue.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




There was an error when I using post-review with perforce(p4v)

2011-06-01 Thread jh5774....@samsung.com

Well, Good evening, everybody(I'm live in GMT+9).

I found an error about post-review in Linux os. (But maybe windows
have same error)

The situation is,

Using perforce (P4V), and tool's status is not logged on.

In this time, trying to use 'Post-review', then 'Post-review' is
frozen.

I need someone's help.

Thank you.

-- 
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: post-review with perforce

2010-08-03 Thread rquit
Here is my latest dump:

$ post-review 36875 --debug
>>> svn info
>>> p4 info
>>> repository info: Path: , Base path: None, Supports changesets: True
>>> Generating diff for changenum 36875
>>> p4 describe -s 36875
>>> Processing edit of 
>>> Writing "#30" to "/tmp/tmpcmvBj7"
>>> p4 print -o /tmp/tmpcmvBj7 -q #30
>>> diff -urNp /tmp/tmpcmvBj7 
>>> Looking for ' /' cookie in /root/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on  for 36875
>>> HTTP POSTing to /api/json/reviewrequests/new/: {'repository_path': 
>>> '', 'changenum': '36875'}
>>> Review request created
>>> Uploading diff, size: 221
>>> HTTP POSTing to /api/json/reviewrequests/50/diff/new/: {}
>>> Got API Error 105 (HTTP code 200): One or more fields had errors
>>> Error data: {'fields': {'path': ['[Errno 2] No such file or directory']}, 
>>> 'stat': 'fail', 'err': {'msg': 'One or more fields had errors', 'code': 
>>> 105}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.




On Aug 3, 1:34 pm, rquit  wrote:
> I do not have p4 counter set, but I did specify the exact path in
> my .reviewboardrc file.
>
> On Aug 3, 1:30 pm, "Dana Lacoste"  wrote:
>
> > If you run "p4 counters" do you see the path to your RB server 
> > (inhttp://server/reviewboard/format) in the "repository_path" counter?
>
> > (If you have an older version of perforce the counter might have a
> > different syntax, but it should still be visible)
>
> > Dana Lacoste
>
> > -Original Message-
> > From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com]
>
> > On Behalf Of rquit
> > Sent: Tuesday, August 03, 2010 1:21 PM
> > To: reviewboard
> > Subject: post-review with perforce
>
> > I believe I am all set up and now ready to create my first review.
> > However, this is what happens:
>
> > $ post-review 36875 --debug
> > >>> svn info
> > >>> p4 info
> > >>> repository info: Path: , Base path: None, Supports changesets:
> > True
> > >>> Generating diff for changenum 36875
> > >>> p4 describe -s 36875
> > >>> Processing edit of 
> > >>> Writing "#30" to "/tmp/tmpOlKSIt"
> > >>> p4 print -o /tmp/tmpOlKSIt -q #30
> > >>> diff -urNp /tmp/tmpOlKSIt 
> > >>> Looking for ' /' cookie in /root/.post-review-cookies.txt
> > >>> Loaded valid cookie -- no login required
> > >>> Attempting to create review request on  for 36875
> > >>> HTTP POSTing to /api/json/reviewrequests/new/:
> > {'repository_path': '', 'changenum': '36875'}
> > >>> Got HTTP error: 500:
>
> > What is wrong?? PLS HELP!
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

-- 
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: post-review with perforce

2010-08-03 Thread rquit
I do not have p4 counter set, but I did specify the exact path in
my .reviewboardrc file.


On Aug 3, 1:30 pm, "Dana Lacoste"  wrote:
> If you run "p4 counters" do you see the path to your RB server 
> (inhttp://server/reviewboard/format) in the "repository_path" counter?
>
> (If you have an older version of perforce the counter might have a
> different syntax, but it should still be visible)
>
> Dana Lacoste
>
> -Original Message-
> From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com]
>
> On Behalf Of rquit
> Sent: Tuesday, August 03, 2010 1:21 PM
> To: reviewboard
> Subject: post-review with perforce
>
> I believe I am all set up and now ready to create my first review.
> However, this is what happens:
>
> $ post-review 36875 --debug
> >>> svn info
> >>> p4 info
> >>> repository info: Path: , Base path: None, Supports changesets:
> True
> >>> Generating diff for changenum 36875
> >>> p4 describe -s 36875
> >>> Processing edit of 
> >>> Writing "#30" to "/tmp/tmpOlKSIt"
> >>> p4 print -o /tmp/tmpOlKSIt -q #30
> >>> diff -urNp /tmp/tmpOlKSIt 
> >>> Looking for ' /' cookie in /root/.post-review-cookies.txt
> >>> Loaded valid cookie -- no login required
> >>> Attempting to create review request on  for 36875
> >>> HTTP POSTing to /api/json/reviewrequests/new/:
> {'repository_path': '', 'changenum': '36875'}
> >>> Got HTTP error: 500:
>
> What is wrong?? PLS HELP!
>
> --
> Want to help the Review Board project? Donate today 
> athttp://www.reviewboard.org/donate/
> Happy user? Let us know athttp://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/reviewboard?hl=en

-- 
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: post-review with perforce

2010-08-03 Thread Dana Lacoste
If you run "p4 counters" do you see the path to your RB server (in
http://server/reviewboard/ format) in the "repository_path" counter?

(If you have an older version of perforce the counter might have a
different syntax, but it should still be visible)

Dana Lacoste

-Original Message-
From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com]
On Behalf Of rquit
Sent: Tuesday, August 03, 2010 1:21 PM
To: reviewboard
Subject: post-review with perforce

I believe I am all set up and now ready to create my first review.
However, this is what happens:

$ post-review 36875 --debug
>>> svn info
>>> p4 info
>>> repository info: Path: , Base path: None, Supports changesets:
True
>>> Generating diff for changenum 36875
>>> p4 describe -s 36875
>>> Processing edit of 
>>> Writing "#30" to "/tmp/tmpOlKSIt"
>>> p4 print -o /tmp/tmpOlKSIt -q #30
>>> diff -urNp /tmp/tmpOlKSIt 
>>> Looking for ' /' cookie in /root/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on  for 36875
>>> HTTP POSTing to /api/json/reviewrequests/new/:
{'repository_path': '', 'changenum': '36875'}
>>> Got HTTP error: 500:

What is wrong?? PLS HELP!

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

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


post-review with perforce

2010-08-03 Thread rquit
I believe I am all set up and now ready to create my first review.
However, this is what happens:

$ post-review 36875 --debug
>>> svn info
>>> p4 info
>>> repository info: Path: , Base path: None, Supports changesets: True
>>> Generating diff for changenum 36875
>>> p4 describe -s 36875
>>> Processing edit of 
>>> Writing "#30" to "/tmp/tmpOlKSIt"
>>> p4 print -o /tmp/tmpOlKSIt -q #30
>>> diff -urNp /tmp/tmpOlKSIt 
>>> Looking for ' /' cookie in /root/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on  for 36875
>>> HTTP POSTing to /api/json/reviewrequests/new/: {'repository_path': 
>>> '', 'changenum': '36875'}
>>> Got HTTP error: 500:

What is wrong?? PLS HELP!

-- 
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: need help to integrate post-review with Perforce

2009-06-12 Thread Amit

Thanks to all who responded to my query.

Now i started using review board from p4win.

Thanks
-Amit

On Jun 11, 9:46 pm, David Ball  wrote:
> You may find cycgwin is a bit OTT if you just want a compliant diff
> utiltiy on Windows. I found diff-utils from GnuWin32 worked fine.  See
> the link below for how I prepared a client package to share with
> developers using ReviewBoard with Perforce on windows. (Skip to bullet
> 10 for the GnuWin32 
> bit):http://waveydavey.wordpress.com/home/computing/installing-review-boar...
>
> David
>
> On Thu, Jun 11, 2009 at 5:28 PM, Raghu wrote:
>
> > You need to have a diff.exe that supports unified output format in
> > your path. If you don't have it, you can get it by installing Cygwin
> > (http://www.cygwin.com/).
>
> > -Raghu
>
> > On Jun 11, 3:34 pm, Amit  wrote:
> >> Tanks a lot for response. I could intergate with p4win.
> >> Now problem i am facing is
> >> Traceback (most recent call last):
> >>   File "post-review", line 2313, in ?
> >>     main(sys.argv[1:])
> >>   File "post-review", line 2284, in main
> >>     diff, parent_diff = tool.diff(args)
> >>   File "post-review", line 1446, in diff
> >>     dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
> >>   File "post-review", line 1889, in execute
> >>     env=env)
> >>   File "C:\Python24\lib\subprocess.py", line 554, in __init__
> >>     errread, errwrite)
> >>   File "C:\Python24\lib\subprocess.py", line 718, in _execute_child
> >>     startupinfo)
> >> WindowsError: [Errno 2] The system cannot find the file specified
>
> >> What might be cause for it.What should i do to get rid of it.
>
> >> -Amit
>
> >> On Jun 11, 1:03 am, Paul Scott  wrote:
>
> >> > Well, everyone who uses p4 will probably rather use post-review. ;)
>
> >> > The tool in the rbtools/contrib should probably be renamed something 
> >> > with "p4win" in it, as it is an extension for p4win, and a lot of people 
> >> > use p4v now since p4win has been deprecated for a few years. I keep 
> >> > starting to make a similar extension ("custom tool") for p4v but their 
> >> > "terminal" isn't a real terminal and can't handle the method post-review 
> >> > uses to collect your password if you need to authenticate. That's 
> >> > certainly something that can be handled pretty easily... post-review, or 
> >> > a wrapper (or preferably a rbapi library) probably needs a way of 
> >> > finding out if you are authenticated or not that doesn't go directly to 
> >> > asking you for your password.
>
> >> > -- Paul
> >> > 
> >> > From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On 
> >> > Behalf Of Joshua Slominski [hoohaa8...@gmail.com]
> >> > Sent: Wednesday, June 10, 2009 9:44 AM
> >> > To: reviewboard@googlegroups.com
> >> > Subject: Re: need help to integrate post-review with Perforce
>
> >> > There is a P4 tool located in rbtools/ contrib.  If you set that up 
> >> > there is no need to run post-review from the command line.
>
> >> > On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
> >> > mailto:chip...@chipx86.com>> wrote:
> >> > There's a lot of documentation on this 
> >> > athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/
>
> >> > Christian
>
> >> > --
> >> > Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
> >> > Review Board -http://www.review-board.org
> >> > VMware, Inc. -http://www.vmware.com
>
> >> > On Tue, Jun 9, 2009 at 1:34 AM, Amit 
> >> > mailto:agrawalamit2...@gmail.com>> wrote:
>
> >> > Hi,
>
> >> > I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> >> > for integrating post-review into Perforce.
> >> > Any help will be highly appreciated.
>
> >> > -Amit
--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-11 Thread David Ball

You may find cycgwin is a bit OTT if you just want a compliant diff
utiltiy on Windows. I found diff-utils from GnuWin32 worked fine.  See
the link below for how I prepared a client package to share with
developers using ReviewBoard with Perforce on windows. (Skip to bullet
10 for the GnuWin32 bit):
http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-perforce/#InstallingReviewBoardonWindowsforPerforce-Windows

David

On Thu, Jun 11, 2009 at 5:28 PM, Raghu wrote:
>
> You need to have a diff.exe that supports unified output format in
> your path. If you don't have it, you can get it by installing Cygwin
> (http://www.cygwin.com/).
>
> -Raghu
>
> On Jun 11, 3:34 pm, Amit  wrote:
>> Tanks a lot for response. I could intergate with p4win.
>> Now problem i am facing is
>> Traceback (most recent call last):
>>   File "post-review", line 2313, in ?
>>     main(sys.argv[1:])
>>   File "post-review", line 2284, in main
>>     diff, parent_diff = tool.diff(args)
>>   File "post-review", line 1446, in diff
>>     dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
>>   File "post-review", line 1889, in execute
>>     env=env)
>>   File "C:\Python24\lib\subprocess.py", line 554, in __init__
>>     errread, errwrite)
>>   File "C:\Python24\lib\subprocess.py", line 718, in _execute_child
>>     startupinfo)
>> WindowsError: [Errno 2] The system cannot find the file specified
>>
>> What might be cause for it.What should i do to get rid of it.
>>
>> -Amit
>>
>> On Jun 11, 1:03 am, Paul Scott  wrote:
>>
>> > Well, everyone who uses p4 will probably rather use post-review. ;)
>>
>> > The tool in the rbtools/contrib should probably be renamed something with 
>> > "p4win" in it, as it is an extension for p4win, and a lot of people use 
>> > p4v now since p4win has been deprecated for a few years. I keep starting 
>> > to make a similar extension ("custom tool") for p4v but their "terminal" 
>> > isn't a real terminal and can't handle the method post-review uses to 
>> > collect your password if you need to authenticate. That's certainly 
>> > something that can be handled pretty easily... post-review, or a wrapper 
>> > (or preferably a rbapi library) probably needs a way of finding out if you 
>> > are authenticated or not that doesn't go directly to asking you for your 
>> > password.
>>
>> > -- Paul
>> > 
>> > From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On 
>> > Behalf Of Joshua Slominski [hoohaa8...@gmail.com]
>> > Sent: Wednesday, June 10, 2009 9:44 AM
>> > To: reviewboard@googlegroups.com
>> > Subject: Re: need help to integrate post-review with Perforce
>>
>> > There is a P4 tool located in rbtools/ contrib.  If you set that up there 
>> > is no need to run post-review from the command line.
>>
>> > On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
>> > mailto:chip...@chipx86.com>> wrote:
>> > There's a lot of documentation on this 
>> > athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/
>>
>> > Christian
>>
>> > --
>> > Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
>> > Review Board -http://www.review-board.org
>> > VMware, Inc. -http://www.vmware.com
>>
>> > On Tue, Jun 9, 2009 at 1:34 AM, Amit 
>> > mailto:agrawalamit2...@gmail.com>> wrote:
>>
>> > Hi,
>>
>> > I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
>> > for integrating post-review into Perforce.
>> > Any help will be highly appreciated.
>>
>> > -Amit
> >
>

--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-11 Thread Raghu

You need to have a diff.exe that supports unified output format in
your path. If you don't have it, you can get it by installing Cygwin
(http://www.cygwin.com/).

-Raghu

On Jun 11, 3:34 pm, Amit  wrote:
> Tanks a lot for response. I could intergate with p4win.
> Now problem i am facing is
> Traceback (most recent call last):
>   File "post-review", line 2313, in ?
>     main(sys.argv[1:])
>   File "post-review", line 2284, in main
>     diff, parent_diff = tool.diff(args)
>   File "post-review", line 1446, in diff
>     dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
>   File "post-review", line 1889, in execute
>     env=env)
>   File "C:\Python24\lib\subprocess.py", line 554, in __init__
>     errread, errwrite)
>   File "C:\Python24\lib\subprocess.py", line 718, in _execute_child
>     startupinfo)
> WindowsError: [Errno 2] The system cannot find the file specified
>
> What might be cause for it.What should i do to get rid of it.
>
> -Amit
>
> On Jun 11, 1:03 am, Paul Scott  wrote:
>
> > Well, everyone who uses p4 will probably rather use post-review. ;)
>
> > The tool in the rbtools/contrib should probably be renamed something with 
> > "p4win" in it, as it is an extension for p4win, and a lot of people use p4v 
> > now since p4win has been deprecated for a few years. I keep starting to 
> > make a similar extension ("custom tool") for p4v but their "terminal" isn't 
> > a real terminal and can't handle the method post-review uses to collect 
> > your password if you need to authenticate. That's certainly something that 
> > can be handled pretty easily... post-review, or a wrapper (or preferably a 
> > rbapi library) probably needs a way of finding out if you are authenticated 
> > or not that doesn't go directly to asking you for your password.
>
> > -- Paul
> > ________
> > From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf 
> > Of Joshua Slominski [hoohaa8...@gmail.com]
> > Sent: Wednesday, June 10, 2009 9:44 AM
> > To: reviewboard@googlegroups.com
> > Subject: Re: need help to integrate post-review with Perforce
>
> > There is a P4 tool located in rbtools/ contrib.  If you set that up there 
> > is no need to run post-review from the command line.
>
> > On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
> > mailto:chip...@chipx86.com>> wrote:
> > There's a lot of documentation on this 
> > athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/
>
> > Christian
>
> > --
> > Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
> > Review Board -http://www.review-board.org
> > VMware, Inc. -http://www.vmware.com
>
> > On Tue, Jun 9, 2009 at 1:34 AM, Amit 
> > mailto:agrawalamit2...@gmail.com>> wrote:
>
> > Hi,
>
> > I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> > for integrating post-review into Perforce.
> > Any help will be highly appreciated.
>
> > -Amit
--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-11 Thread Amit

Tanks a lot for response. I could intergate with p4win.
Now problem i am facing is
Traceback (most recent call last):
  File "post-review", line 2313, in ?
main(sys.argv[1:])
  File "post-review", line 2284, in main
diff, parent_diff = tool.diff(args)
  File "post-review", line 1446, in diff
dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
  File "post-review", line 1889, in execute
env=env)
  File "C:\Python24\lib\subprocess.py", line 554, in __init__
errread, errwrite)
  File "C:\Python24\lib\subprocess.py", line 718, in _execute_child
startupinfo)
WindowsError: [Errno 2] The system cannot find the file specified

What might be cause for it.What should i do to get rid of it.

-Amit

On Jun 11, 1:03 am, Paul Scott  wrote:
> Well, everyone who uses p4 will probably rather use post-review. ;)
>
> The tool in the rbtools/contrib should probably be renamed something with 
> "p4win" in it, as it is an extension for p4win, and a lot of people use p4v 
> now since p4win has been deprecated for a few years. I keep starting to make 
> a similar extension ("custom tool") for p4v but their "terminal" isn't a real 
> terminal and can't handle the method post-review uses to collect your 
> password if you need to authenticate. That's certainly something that can be 
> handled pretty easily... post-review, or a wrapper (or preferably a rbapi 
> library) probably needs a way of finding out if you are authenticated or not 
> that doesn't go directly to asking you for your password.
>
> -- Paul
> 
> From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf 
> Of Joshua Slominski [hoohaa8...@gmail.com]
> Sent: Wednesday, June 10, 2009 9:44 AM
> To: reviewboard@googlegroups.com
> Subject: Re: need help to integrate post-review with Perforce
>
> There is a P4 tool located in rbtools/ contrib.  If you set that up there is 
> no need to run post-review from the command line.
>
> On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
> mailto:chip...@chipx86.com>> wrote:
> There's a lot of documentation on this 
> athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
> Review Board -http://www.review-board.org
> VMware, Inc. -http://www.vmware.com
>
> On Tue, Jun 9, 2009 at 1:34 AM, Amit 
> mailto:agrawalamit2...@gmail.com>> wrote:
>
> Hi,
>
> I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> for integrating post-review into Perforce.
> Any help will be highly appreciated.
>
> -Amit
--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-10 Thread Paul Scott

Well, everyone who uses p4 will probably rather use post-review. ;)

The tool in the rbtools/contrib should probably be renamed something with 
"p4win" in it, as it is an extension for p4win, and a lot of people use p4v now 
since p4win has been deprecated for a few years. I keep starting to make a 
similar extension ("custom tool") for p4v but their "terminal" isn't a real 
terminal and can't handle the method post-review uses to collect your password 
if you need to authenticate. That's certainly something that can be handled 
pretty easily... post-review, or a wrapper (or preferably a rbapi library) 
probably needs a way of finding out if you are authenticated or not that 
doesn't go directly to asking you for your password.

-- Paul

From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf Of 
Joshua Slominski [hoohaa8...@gmail.com]
Sent: Wednesday, June 10, 2009 9:44 AM
To: reviewboard@googlegroups.com
Subject: Re: need help to integrate post-review with Perforce

There is a P4 tool located in rbtools/ contrib.  If you set that up there is no 
need to run post-review from the command line.

On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
mailto:chip...@chipx86.com>> wrote:
There's a lot of documentation on this at 
http://www.review-board.org/docs/manual/dev/users/tools/post-review/

Christian

--
Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Tue, Jun 9, 2009 at 1:34 AM, Amit 
mailto:agrawalamit2...@gmail.com>> wrote:

Hi,

I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
for integrating post-review into Perforce.
Any help will be highly appreciated.

-Amit








--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-10 Thread Joshua Slominski
There is a P4 tool located in rbtools/ contrib.  If you set that up there is
no need to run post-review from the command line.

On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond wrote:

> There's a lot of documentation on this at
> http://www.review-board.org/docs/manual/dev/users/tools/post-review/
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Jun 9, 2009 at 1:34 AM, Amit  wrote:
>
>>
>> Hi,
>>
>> I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
>> for integrating post-review into Perforce.
>> Any help will be highly appreciated.
>>
>> -Amit
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-09 Thread Christian Hammond
There's a lot of documentation on this at
http://www.review-board.org/docs/manual/dev/users/tools/post-review/

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Tue, Jun 9, 2009 at 1:34 AM, Amit  wrote:

>
> Hi,
>
> I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> for integrating post-review into Perforce.
> Any help will be highly appreciated.
>
> -Amit
> >
>

--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-09 Thread kunjal parikh
Is RB installed on Linux or Windows?



On Tue, Jun 9, 2009 at 1:34 AM, Amit  wrote:

>
> Hi,
>
> I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> for integrating post-review into Perforce.
> Any help will be highly appreciated.
>
> -Amit
> >
>

--~--~-~--~~~---~--~~
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: need help to integrate post-review with Perforce

2009-06-09 Thread Amit

i am using p4 windows client only.

Thanks,
Amit

On Jun 9, 1:34 pm, Amit  wrote:
> Hi,
>
> I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
> for integrating post-review into Perforce.
> Any help will be highly appreciated.
>
> -Amit
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



need help to integrate post-review with Perforce

2009-06-09 Thread Amit

Hi,

I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
for integrating post-review into Perforce.
Any help will be highly appreciated.

-Amit
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---