svn hook in post-commit

2013-05-08 Thread cmuser
Hi, I am trying to use Reviewboard in svn hook using post-commit When i try this command on local workspace, diff gets uploaded to reviewboard but when try same from svn hooks it fails. What am i missing?Is there anything needs to be done with cookie? python post-review

Re: need help with post-review + svn hook + windows and remote reviewboard 1.0.9

2013-05-06 Thread cmuser
Hi, Can you please suggest what wrong i am doing when trying svn hook in post-commit. When i try this command - diff gets uploaded to reviewboard under but when try same from svn hooks it fails. what am i missing. what needs to be done with cookie? /opt/Python-2.7.3/bin/python

Re: Reviewboard1.7.7.1 crashing on login

2013-05-02 Thread cmuser
, as we aren't able to crash Apache in that way. Christian On May 1, 2013, at 3:46, cmuser kapila...@gmail.com javascript: wrote: Reviewboard1.7.7.1 crashing on login with error in apache [Wed May 01 15:26:16 2013] [notice] child pid 1129 exit signal Segmentation fault (11) CentOS release

Reviewboard1.7.7.1 crashing on login

2013-05-01 Thread cmuser
Reviewboard1.7.7.1 crashing on login with error in apache [Wed May 01 15:26:16 2013] [notice] child pid 1129 exit signal Segmentation fault (11) CentOS release 5.6 (Final). mysql Ver 14.14 Distrib 5.5.13, for Linux (x86_64) Can anyone help me fix this? [root@svnstagg logs]#

integrate reviewboard with cvs commit

2013-03-14 Thread cmuser
Hello Experts, I am trying to integrate reviewboard in CVS postcommit hook .When running below command from checked out code workspace for any specific modules it worked fine upload the diff accordingly but fails when applied in post-commit hook in CVS . Seems as diff command is not

Re: Authentication problems with 1.5 api via perl.

2013-02-28 Thread cmuser
unless $resp-is_success; my $result = from_json($resp-content); my $id=$result-{review_request}-{id}; print new request id-$id\n; my $publishurl=http://codereview.com/api/review-requests/;; On Tuesday, February 26, 2013 4:01:38 PM UTC+5:30, cmuser wrote: Thanks for giving me the lead.. i

Re: Authentication problems with 1.5 api via perl.

2013-02-26 Thread cmuser
, 2013, at 12:45 AM, cmuser kapila...@gmail.com javascript: wrote: Thanks. I will try follow it. What i did is , tried writing the script(mentioned above) to post a review request which is failing of xyz reason. So thought of using HTTP::Recorder to get the script of posting a review

Re: Authentication problems with 1.5 api via perl.

2013-02-25 Thread cmuser
i have tried to built like this,but still not working #!/usr/local/bin/perl use LWP::UserAgent; use MIME::Base64; $url=http://codereview.xyz.com/api/review-requests/;; $newurl=http://codereview.xyz.com/r/new/;; $user=admin; $pwd=admin; $text=$user:$pwd; $text = encode_base64($text); #print

unable to install python-ldap

2013-02-11 Thread cmuser
Any help is appreciated. Error- $easy_install python-ldap Searching for python-ldap Reading http://pypi.python.org/simple/python-ldap/ Reading http://www.python-ldap.org/ Best match: python-ldap 2.4.10 Downloading

Recover mysql db password

2012-12-04 Thread cmuser
I am in phase of migrating my reviewboard from one server to another but unfortunately have forgotten mysql reviewboard db password. Can anyone help me hwo to recover suggest steps to migrate from one server to another? reviewboard ver-1.6.11 -- Want to help the Review Board project? Donate

Unable to post review from cvs commitinfo trigger

2012-08-27 Thread cmuser
Hi, Opening a fresh post to avoid any old mess..need urgent help. I am trying to use post review with every cvs commit. Applying a trigger in cvs commitinfo file as follows $cat commitinfo /usr/bin/post-review --server=http://172.16.7.100:81 -- username=admin --password=admin

Re: Unable to post review from cvs commitinfo trigger

2012-08-27 Thread cmuser
to Add more details- [kapila.narang@svn test]$ cvs -d :pserver:kapilap@svn:/opt/cvsroot ci - m BugID:47300 update document.txt Post-review for /opt/cvsroot/test RBTools 0.4.1 Home = /home/kapilacvs No supported repository could be accessed at the supplied url. On Aug 27, 2:52 pm, cmuser

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-23 Thread cmuser
Thanks iamagui for such a detailed help. but non worked :( On Wednesday, August 22, 2012 8:35:09 PM UTC+5:30, iamagui wrote: What do you get when you click the 1) http://172.16.7.100:81 2) http://172.16.7.100 Try: (Also try everything with OUT the --repository-url) 1)

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-22 Thread cmuser
--password=admin -submit-as=cmuser --repository-url=:pserver:user:password@svn:/opt/cvsroot can't this itself work? 2)what is this mean- when commit? Home = / No supported repository could be accessed at the supplied url. On Tuesday, August 21, 2012 11:59:14 PM UTC+5:30, Christian Hammond wrote

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-22 Thread cmuser
--server=http://172.16.7.100:81 --submit-as=$name --repository-url=:pserver:kapilap@svn:/opt/cvsroot reviewboard settings for cvs path-svn:/opt/cvsroot .reviewboardrc =REVIEWBOARD_URL = 'http://172.16.37.170' On Tuesday, August 21, 2012 9:37:36 PM UTC+5:30, iamagui wrote: cmuser, I am

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-22 Thread cmuser
correction- .reviewboardrc =REVIEWBOARD_URL = 'http://172.16.7.100http://172.16.37.170 ' On Wednesday, August 22, 2012 2:39:25 PM UTC+5:30, cmuser wrote: Nopes no gain :( Still the same error- -bash-3.2$ cvs -d :pserver:kapilap@svn:/opt/cvsroot ci -m BugID:47300 testing document.txt

Re: post-review failing from post-commit hook, but not when run manually

2012-08-22 Thread cmuser
Thanks peter for your inputs tried your inputs but still failed. Here what i did- *[root@svn CVSROOT]# cat commitinfo* ALL /opt/cvsroot/CVSROOT/postreview.sh *[root@svn CVSROOT]# cat /opt/cvsroot/CVSROOT/postreview.sh* echo Post-review for $1 name=kapila path=`echo $PATH` export

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-21 Thread cmuser
, Christian Hammond wrote: I recommend you use named repositories. It will work around this issue. Instead of setting REPOSITORY to a path, set it to the configured name of the repository. Christian On Aug 20, 2012, at 4:08, cmuser kapila...@gmail.com javascript: wrote: I have reviewboard

Re: Trying to configure CVS repository but always gets A repository was not found at the specified path.

2012-08-21 Thread cmuser
Hi guys, I am also facing issue in cvs connection. When i post-review from the server where reviewboard is install it works fine but from another server it fails. post here- https://groups.google.com/forum/?hl=enfromgroups=#!topic/reviewboard/VWZsG2QDreU what i did in my review board

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-21 Thread cmuser
/repositories/ -bash-3.2$ On Monday, August 20, 2012 4:38:36 PM UTC+5:30, cmuser wrote: I have reviewboard install on server named ABC(172.16.7.100) my cvs is installed on server DEF when i commit code from ser ABC it works but same command when i try on ser-DEF it fails with below error. Can

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-21 Thread cmuser
Hammond - chi...@chipx86.com javascript: Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Aug 21, 2012 at 12:09 AM, cmuser kapila...@gmail.comjavascript: wrote: to show more error on m/c where cvs installed , reviewboard on another m/c cat

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-21 Thread cmuser
-3.2$ cat .reviewboardrc REPOSITORY = 'svn:/opt/cvsroot' REVIEWBOARD_URL = 'http://172.16.7.100:81' -bash-3.2$ reviewboard repo settings path- svn:/opt/cvsroot How can i debug this further? On Tuesday, August 21, 2012 4:11:45 PM UTC+5:30, cmuser wrote: My gratitude again for replying Christian

Re: post-review failing from post-commit hook, but not when run manually

2012-08-21 Thread cmuser
Hello Peter, Can you address how you fixed the same, i m getting same error. On Friday, July 13, 2012 3:20:11 AM UTC+5:30, Peter Konneker wrote: Got it. Not sure which variable it needs, though. On Wednesday, July 11, 2012 1:08:52 PM UTC-6, Peter Konneker wrote: Hey, I can run the

Re: Eclipse plugin for posting reviews

2012-08-20 Thread cmuser
hey, can we have same plugin for cvs also? On Monday, April 26, 2010 2:36:36 PM UTC+5:30, Radoslav Gerganov wrote: Hi, I made a simple Eclipse plugin for posting review requests when using the Perforce SCM and P4WSAD (the Perforce plugin for Eclipse). My plugin adds a new action in the

Re: Got API Error 206 (HTTP code 400): The repository path specified is not in the list of known repositories

2012-08-20 Thread cmuser
have checked in /etc/hosts file 172.1.8103 def def.domain.com which is correct entry. My reviewboard cvs repo entry is also correct- :pserver:cmuser@def:/opt/cvsroot On Monday, August 20, 2012 4:38:36 PM UTC+5:30, cmuser wrote: I have reviewboard install on server named ABC(172.16.7.100

Re: About the integration of Reviewboard and CVS

2012-08-18 Thread cmuser
did u get answer on how to do this? On Thursday, January 7, 2010 5:35:56 PM UTC+5:30, JohnHenry wrote: Hi, all. I am doing the task of RB integration with CVS server. We want to use loginfo file of CVS server to add scripts, so that after each code commit, a review-request will be

error in RBtool(post-review)

2012-08-14 Thread cmuser
Hi, I just did fresh installation ran easy_install -U RBTools which earlier gave error but after refiring the command says install successful. now when i do post-review on my cvs code it gives this error- Pls help -bash-3.2$ post-review Traceback (most recent call last): File

post-review cvs error

2012-08-14 Thread cmuser
Hi, when i try to run this command on my commit gives below error, can anyone pls help where i m going wrong? $post-review document.txt Traceback (most recent call last): File /usr/bin/post-review, line 7, in ? sys.exit( File