post-review tool

2009-04-12 Thread roshanpius

Hi ,

I've been using post-review tool for posting reviews for Review Board
for a Perforce Repository. I've integrated the post-review tool into
P4V which is the GUI P4 Client For Windows. This worked fine till now.

But now i've created a new workspace and tried using post-review, but
the diff didn't fetch the file from my hard disk. It was fetching the
correct file from Repository, but not finding the correct edited file
on my Workspace.

I ran post-review with -d flag to get the debug logs and i noticed
that the path on the Workspace that the diff was trying to fetch was
completely wrong:

 diff -urNp c:\docume~1\rpius\locals~1\temp\tmpr_q3cf Transfer/
ConfigReader.cpp

It should have been:

diff -urNp c:\docume~1\rpius\locals~1\temp\tmpr_q3cf C:\Unicode\jordan-
unicode\host\src\Assisted File Transfer/ConfigReader.cpp

I'm using post-review with the following arguments in the P4V Client:

python C:\Python26\post-review.py %c --p4-client $c --p4-port $p

Do i need to change something in the post-review Configuration for the
new workspace ?




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



Integration with Bugzilla

2009-03-12 Thread roshanpius

We've been using reviewboard in our project for the past 3-4
months.And we've absolutely loved it !!!

In fact we want to take it a step further and make it a mandatory
process before code checkins.
Our SCM is Perforce and we use Bugzilla to track bugs.

So we've decided to add a new field in the Bugzilla Reviewed By
which will be part of each code checked in for a bug fix.
So what i want to do is to somehow update this field automatically in
Bugzilla from reviewboard once the review request status is changed to
submitted in reviewbaord.

Is there a way to do it ?

I was thinking of running an executable or a script which would fetch
the reviewers from the reviewrequest table in the reviewboard database
and then send it over to bugzilla where i'll run a daemon or something
which will listen for a connection and update the  Reviewed By
field in the corresponding bug number in bugzilla database.

Is there a simpler way ? If not, can you help me in doing this ?

First of all is it possible to trigger an executable when the user
closes the reviewrequest ?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Upgrade Of SVN Checkout

2009-01-28 Thread roshanpius

Hi,

I upgraded my revieboard svn version to 1715 today.

Now many users are not able to make any comments or add reviewers .

Even For me unless I use google chrome browser , i'm not able to make
any comments or add reviewers.



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



Reviewboard alpa

2009-01-19 Thread roshanpius

Hi ,

I installed the Reviewboard alpha tar.gz file today and installed an
instance using rb-site tool as i have been running reviewboard out of
my svn checkout till now.

But when i restarted my apache server with the new conf file
(generated from the rb-site install) and when i tried to login i found
the page-media garbled. I mean the colors and the general page layout
is messed up.

I'm pretty sure it is a minor issue with some media path or
permissions or something  like that.

What exactly do i need to configure for the media?

Please Help fast ,lot of people are using it and it is temporarily
down because of this issue.

Thanks,
Roshan Pius
--~--~-~--~~~---~--~~
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: post-review tool issues

2008-12-08 Thread roshanpius

Sorry, Small typo..

 C:\python2.6 %C  --p4-client $c --p4-port $p

 I can see in the P4V command window the arguments getting populated
 properly :

 C:\python post-review.py 8624  --p4-client New_DepotView --p4-port 
 xxx.xxx.xxx.xxx:1999

C:\python2.6\post-review.py  %C  --p4-client $c --p4-port $p

I can see in the P4V command window the arguments getting populated
properly :

C:\python\post-review.py 8624  --p4-client New_DepotView --p4-port
xxx.xxx.xxx.xxx:1999

On Dec 9, 9:21 am, roshanpius [EMAIL PROTECTED] wrote:
 Hi,

 I am having a small issue integrating post-review with P4V in the
 Windows systems.

 I've installed python2.6, setuptools, simplejson and GNU diffutils.

 Here is the problem I've renamed post-review to post-review.py(so that
 it gets associated automatically) and when i run it in command line
 with the appropriate arguments, it works perfectly well.

 But when I import it into P4V and run the same command, it says not
 able to execute the command:

 C:\python2.6 %C  --p4-client $c --p4-port $p

 I can see in the P4V command window the arguments getting populated
 properly :

 C:\python post-review.py 8624  --p4-client New_DepotView --p4-port
 xxx.xxx.xxx.xxx:1999

 What am I missing here.. ?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---