Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-20 Thread Stephen Gallagher
If that's the case, I suspect you were uploading a diff that included
dependencies on other patches that weren't in the public git tree to which
ReviewBoard is connected.

Instead of using the diff upload on the web UI, try using `rbt post` from
the RBTools package. It should be able to automatically detect the
necessary parent diff and send that along as well.

On Tue, Jun 20, 2017 at 8:39 AM Shilpa R  wrote:

> Hi Stephen,
>
> The above issue I have mentioned is not occuring for all the files. Only
> some files are throwing this diff error.
>
> If Repo configuration was incorrect then this error will be thrown
> everytime when I use rbt post command. But it is not happening like that.
>
> Regards
> Shilpa
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-20 Thread Shilpa R
Hi Stephen,

The above issue I have mentioned is not occuring for all the files. Only 
some files are throwing this diff error.

If Repo configuration was incorrect then this error will be thrown 
everytime when I use rbt post command. But it is not happening like that.

Regards
Shilpa

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-20 Thread Stephen Gallagher
This sounds like you didn't set up the repo configuration correctly. I'll
pass you back to the developers.

Also, it might not be a bad idea to consider purchasing a support contract
from BeanBag, Inc. and having them help you get up and running. That's what
they're here for!
On Tue, Jun 20, 2017 at 3:34 AM Shilpa R  wrote:

> Thanks Stephen. Your inputs is helping me to proceed.
> And Yes, after stopping firewall service I am enable to open the Review
> Board site on Web Browser.
>
> Now I am enable to generate reviews on Review Board.
>
> *But for some commits in GIT I face the following issue :-*
>
> Username: XXX
>
> Please log in to the Review Board server at 172.16.107.138.
> Password:
> ERROR: Error uploading diff
>
>
> One or more fields had errors (HTTP 400, API Error 105)
>
> path: error: unable to find 4627685731d390977bc18fc7703214d7f6823fd7
> fatal: git cat-file 4627685731d390977bc18fc7703214d7f6823fd7: bad file
>
>
> Your review request still exists, but the diff is not attached.
>
> http://172.16.107.138/r/11/
>
>
> FYI we are managing our Mirror Repo on server machine which is configured
> in review board server in Repository configuration tab.
>
> Regards
> Shilpa
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-20 Thread Shilpa R
Thanks Stephen. Your inputs is helping me to proceed.
And Yes, after stopping firewall service I am enable to open the Review 
Board site on Web Browser.

Now I am enable to generate reviews on Review Board.

*But for some commits in GIT I face the following issue :-*

Username: XXX

Please log in to the Review Board server at 172.16.107.138.
Password:
ERROR: Error uploading diff


One or more fields had errors (HTTP 400, API Error 105)

path: error: unable to find 4627685731d390977bc18fc7703214d7f6823fd7
fatal: git cat-file 4627685731d390977bc18fc7703214d7f6823fd7: bad file


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

http://172.16.107.138/r/11/


FYI we are managing our Mirror Repo on server machine which is configured 
in review board server in Repository configuration tab.

Regards
Shilpa

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-19 Thread Stephen Gallagher
Or of course that you didn't follow the directions on the master
documentation branch for configuring SELinux.
On Mon, Jun 19, 2017 at 6:25 AM Stephen Gallagher 
wrote:

> Can you *browse* to Review Board at that address? It's entirely possible
> that your firewall is not set up to permit access on port 80.
> On Mon, Jun 19, 2017 at 6:23 AM Shilpa R  wrote:
>
>> Please help !!! I am stuck at this point... I am unable to connect to
>> ReviewBoard server.
>>
>> *In reviewboard.rc file I have given the following input :-*
>> REVIEWBOARD_URL = "http://172.16.107.138/;   -- Server IP
>> where review board is there
>> REPOSITORY = "lte_epc" --- Repository name which
>> is configured in Review board
>>
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> 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/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-19 Thread Stephen Gallagher
Can you *browse* to Review Board at that address? It's entirely possible
that your firewall is not set up to permit access on port 80.
On Mon, Jun 19, 2017 at 6:23 AM Shilpa R  wrote:

> Please help !!! I am stuck at this point... I am unable to connect to
> ReviewBoard server.
>
> *In reviewboard.rc file I have given the following input :-*
> REVIEWBOARD_URL = "http://172.16.107.138/;   -- Server IP
> where review board is there
> REPOSITORY = "lte_epc" --- Repository name which
> is configured in Review board
>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-19 Thread Shilpa R
Please help !!! I am stuck at this point... I am unable to connect to 
ReviewBoard server.

*In reviewboard.rc file I have given the following input :-*
REVIEWBOARD_URL = "http://172.16.107.138/;   -- Server IP where 
review board is there
REPOSITORY = "lte_epc" --- Repository name which is 
configured in Review board


-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-19 Thread Shilpa R
Hi Stephen,

I have installed tqdm RPM successfully . So moved ahead but I am facing the 
issue while running the "rbt post" command on the same machine.

The error is as follows :-

*rbt post --debug*

>>> RBTools 0.7.10
>>> Python 2.6.6 (r266:84292, Feb 22 2013, 00:00:18)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]
>>> Running on Linux-2.6.32-358.el6.x86_64-x86_64-with-centos-6.4-Final
>>> Home = /root
>>> Current directory = /home/sushmitha/RBTool/lte/lte_epc
>>> Command line: rbt post --debug
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
svn: '.' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Running: git config --get 
branch.LTE_PGW_REL_2_1_FINAL_PHASE_DEV_BRANCH.merge
>>> Running: git config --get 
branch.LTE_PGW_REL_2_1_FINAL_PHASE_DEV_BRANCH.remote
>>> Running: git config --get remote.origin.url
>>> repository info: Path: gur43474@gurux035:/git/repos/lte_epc.git, Base 
path: , Supports changesets: False
>>> Making HTTP GET request to http://172.16.107.138/api/
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in 
load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
  File "/usr/lib/python2.6/site-packages/rbtools/commands/main.py", line 
133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File "/usr/lib/python2.6/site-packages/rbtools/commands/__init__.py", 
line 663, in run_from_argv
exit_code = self.main(*args) or 0
  File "/usr/lib/python2.6/site-packages/rbtools/commands/post.py", line 
701, in main
api_client, api_root = self.get_api(server_url)
  File "/usr/lib/python2.6/site-packages/rbtools/commands/__init__.py", 
line 848, in get_api
'server at %s: %s' % (server_url, e))
rbtools.commands.CommandError: *Could not reach the Review Board server at 
http://172.16.107.138/: [Errno 113] No route to host*
 
172.16.107.138 is the server machine where Review Board has been installed, 
Where as RBTools is installed in client machine 172.16.107.69.
And both these machine are pingable.

What might be the issue?

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-17 Thread Shilpa R
Hi Stephen,

Thanks alot.
I will surely download the packages from the given link and will let you 
know if I face any issue.

Regards
R.Sushmitharekha

On Friday, June 16, 2017 at 7:47:37 PM UTC+5:30, Stephen Gallagher wrote:
>
> OK, I've now gotten python-tqdm packaged up for EPEL 6 and it's attached 
> to the update errata that includes RBTools 0.7.10 [1]
>
> It usually takes 24-48 hours for updates errata to get out to the mirrors, 
> but you can also download the RPM packages directly from the build system 
> (click on the "builds" tab on that link and download them manually). Sorry 
> for the trouble. If this works for you, please provide feedback.
>
> [1] https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-a281c013fd
>
> On Fri, Jun 16, 2017 at 9:23 AM Stephen Gallagher <
> ste...@gallagherhome.com > wrote:
>
>> Sorry, that bug is my fault. I didn't realize python-tqdm wasn't 
>> available on RHEL/CentOS 6 yet. I need to package that up and get an update 
>> out. I've been kind of lazy about that. My apologies. I'll work on it now 
>> and hopefully it should be in the epel-testing repo by Monday.
>>
>> On Fri, Jun 16, 2017 at 8:09 AM Shilpa R > > wrote:
>>
>>> Hi,
>>>
>>> Thanks for the input.
>>>
>>> Now I have installed RBTools 0.7 on Centos 6 machine.
>>> And when I am running rbt post command , following error is showing :-
>>>
>>> rbt post
>>> Traceback (most recent call last):
>>>   File "/usr/bin/rbt", line 5, in 
>>> from pkg_resources import load_entry_point
>>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, 
>>> in 
>>> working_set.require(__requires__)
>>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in 
>>> require
>>> needed = self.resolve(parse_requirements(requirements))
>>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in 
>>> resolve
>>> raise DistributionNotFound(req)
>>> pkg_resources.DistributionNotFound: *tqdm*
>>>
>>> I think python package tqdm is missing. So I searched the package on 
>>> internet for Centos 6. But I didnt get the same.
>>>
>>> Please tell me how to proceed.
>>>
>>> Regards
>>> Shilpa
>>> On Wednesday, June 14, 2017 at 2:22:59 PM UTC+5:30, Shilpa R wrote:

 RBTool Version : 0.5
 Review Board Version : 1.7
 Using Linux Centos machine.

 All commands Showing the same error as below :-

 *rbt setup-repo*
 ERROR:root:Could not load SCM Client "svn": No module named etree
 ERROR:root:Could not load SCM Client "git": No module named etree
 ERROR:root:Could not load SCM Client "mercurial": No module named etree
 ERROR:root:The current directory does not contain a checkout from a 
 supported source code repository.
 CRITICAL:root:1

 *rbt post*
 ERROR:root:Could not load SCM Client "svn": No module named etree
 ERROR:root:Could not load SCM Client "git": No module named etree
 ERROR:root:Could not load SCM Client "mercurial": No module named etree
 ERROR:root:No supported repository could be accessed at the supplied 
 url.
 CRITICAL:root:1

 I have also configured .reviewboardrc file having values :-

 REVIEWBOARD_URL = "http://172.16.107.138/; (where my 
 Review Board is running)
 REPOSITORY = "lte_epc" (Repo name configured in Review board)

 I am getting where is the issue and why it is not connecting to the 
 Repository.

>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> --- 
>>> 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/d/optout.
>>>
>>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Stephen Gallagher
OK, I've now gotten python-tqdm packaged up for EPEL 6 and it's attached to
the update errata that includes RBTools 0.7.10 [1]

It usually takes 24-48 hours for updates errata to get out to the mirrors,
but you can also download the RPM packages directly from the build system
(click on the "builds" tab on that link and download them manually). Sorry
for the trouble. If this works for you, please provide feedback.

[1] https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-a281c013fd

On Fri, Jun 16, 2017 at 9:23 AM Stephen Gallagher 
wrote:

> Sorry, that bug is my fault. I didn't realize python-tqdm wasn't available
> on RHEL/CentOS 6 yet. I need to package that up and get an update out. I've
> been kind of lazy about that. My apologies. I'll work on it now and
> hopefully it should be in the epel-testing repo by Monday.
>
> On Fri, Jun 16, 2017 at 8:09 AM Shilpa R  wrote:
>
>> Hi,
>>
>> Thanks for the input.
>>
>> Now I have installed RBTools 0.7 on Centos 6 machine.
>> And when I am running rbt post command , following error is showing :-
>>
>> rbt post
>> Traceback (most recent call last):
>>   File "/usr/bin/rbt", line 5, in 
>> from pkg_resources import load_entry_point
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in
>> 
>> working_set.require(__requires__)
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
>> require
>> needed = self.resolve(parse_requirements(requirements))
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
>> resolve
>> raise DistributionNotFound(req)
>> pkg_resources.DistributionNotFound: *tqdm*
>>
>> I think python package tqdm is missing. So I searched the package on
>> internet for Centos 6. But I didnt get the same.
>>
>> Please tell me how to proceed.
>>
>> Regards
>> Shilpa
>> On Wednesday, June 14, 2017 at 2:22:59 PM UTC+5:30, Shilpa R wrote:
>>>
>>> RBTool Version : 0.5
>>> Review Board Version : 1.7
>>> Using Linux Centos machine.
>>>
>>> All commands Showing the same error as below :-
>>>
>>> *rbt setup-repo*
>>> ERROR:root:Could not load SCM Client "svn": No module named etree
>>> ERROR:root:Could not load SCM Client "git": No module named etree
>>> ERROR:root:Could not load SCM Client "mercurial": No module named etree
>>> ERROR:root:The current directory does not contain a checkout from a
>>> supported source code repository.
>>> CRITICAL:root:1
>>>
>>> *rbt post*
>>> ERROR:root:Could not load SCM Client "svn": No module named etree
>>> ERROR:root:Could not load SCM Client "git": No module named etree
>>> ERROR:root:Could not load SCM Client "mercurial": No module named etree
>>> ERROR:root:No supported repository could be accessed at the supplied url.
>>> CRITICAL:root:1
>>>
>>> I have also configured .reviewboardrc file having values :-
>>>
>>> REVIEWBOARD_URL = "http://172.16.107.138/; (where my
>>> Review Board is running)
>>> REPOSITORY = "lte_epc" (Repo name configured in Review board)
>>>
>>> I am getting where is the issue and why it is not connecting to the
>>> Repository.
>>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> 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/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Stephen Gallagher
Sorry, that bug is my fault. I didn't realize python-tqdm wasn't available
on RHEL/CentOS 6 yet. I need to package that up and get an update out. I've
been kind of lazy about that. My apologies. I'll work on it now and
hopefully it should be in the epel-testing repo by Monday.

On Fri, Jun 16, 2017 at 8:09 AM Shilpa R  wrote:

> Hi,
>
> Thanks for the input.
>
> Now I have installed RBTools 0.7 on Centos 6 machine.
> And when I am running rbt post command , following error is showing :-
>
> rbt post
> Traceback (most recent call last):
>   File "/usr/bin/rbt", line 5, in 
> from pkg_resources import load_entry_point
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in
> 
> working_set.require(__requires__)
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
> require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
> resolve
> raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: *tqdm*
>
> I think python package tqdm is missing. So I searched the package on
> internet for Centos 6. But I didnt get the same.
>
> Please tell me how to proceed.
>
> Regards
> Shilpa
> On Wednesday, June 14, 2017 at 2:22:59 PM UTC+5:30, Shilpa R wrote:
>>
>> RBTool Version : 0.5
>> Review Board Version : 1.7
>> Using Linux Centos machine.
>>
>> All commands Showing the same error as below :-
>>
>> *rbt setup-repo*
>> ERROR:root:Could not load SCM Client "svn": No module named etree
>> ERROR:root:Could not load SCM Client "git": No module named etree
>> ERROR:root:Could not load SCM Client "mercurial": No module named etree
>> ERROR:root:The current directory does not contain a checkout from a
>> supported source code repository.
>> CRITICAL:root:1
>>
>> *rbt post*
>> ERROR:root:Could not load SCM Client "svn": No module named etree
>> ERROR:root:Could not load SCM Client "git": No module named etree
>> ERROR:root:Could not load SCM Client "mercurial": No module named etree
>> ERROR:root:No supported repository could be accessed at the supplied url.
>> CRITICAL:root:1
>>
>> I have also configured .reviewboardrc file having values :-
>>
>> REVIEWBOARD_URL = "http://172.16.107.138/; (where my
>> Review Board is running)
>> REPOSITORY = "lte_epc" (Repo name configured in Review board)
>>
>> I am getting where is the issue and why it is not connecting to the
>> Repository.
>>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-16 Thread Shilpa R
Hi,

Thanks for the input.

Now I have installed RBTools 0.7 on Centos 6 machine.
And when I am running rbt post command , following error is showing :-

rbt post
Traceback (most recent call last):
  File "/usr/bin/rbt", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in 

working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in 
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in 
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: *tqdm*

I think python package tqdm is missing. So I searched the package on 
internet for Centos 6. But I didnt get the same.

Please tell me how to proceed.

Regards
Shilpa
On Wednesday, June 14, 2017 at 2:22:59 PM UTC+5:30, Shilpa R wrote:
>
> RBTool Version : 0.5
> Review Board Version : 1.7
> Using Linux Centos machine.
>
> All commands Showing the same error as below :-
>
> *rbt setup-repo*
> ERROR:root:Could not load SCM Client "svn": No module named etree
> ERROR:root:Could not load SCM Client "git": No module named etree
> ERROR:root:Could not load SCM Client "mercurial": No module named etree
> ERROR:root:The current directory does not contain a checkout from a 
> supported source code repository.
> CRITICAL:root:1
>
> *rbt post*
> ERROR:root:Could not load SCM Client "svn": No module named etree
> ERROR:root:Could not load SCM Client "git": No module named etree
> ERROR:root:Could not load SCM Client "mercurial": No module named etree
> ERROR:root:No supported repository could be accessed at the supplied url.
> CRITICAL:root:1
>
> I have also configured .reviewboardrc file having values :-
>
> REVIEWBOARD_URL = "http://172.16.107.138/; (where my 
> Review Board is running)
> REPOSITORY = "lte_epc" (Repo name configured in Review board)
>
> I am getting where is the issue and why it is not connecting to the 
> Repository.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Unable to Connect to GIT Repository configured in Review Board

2017-06-14 Thread Christian Hammond
Hi Shilpa,

How did you install RBTools? What version of Python is being used?

It's important to make sure you're using Python 2.7, and not a 3.x release.
(I suspect this may be the cause).

Also, RBTools 0.5 is very, very old, and no longer under any maintenance.
You might want to see if upgrading will help.

Christian

On Wed, Jun 14, 2017 at 12:10 AM, Shilpa R  wrote:

> RBTool Version : 0.5
> Review Board Version : 1.7
> Using Linux Centos machine.
>
> All commands Showing the same error as below :-
>
> *rbt setup-repo*
> ERROR:root:Could not load SCM Client "svn": No module named etree
> ERROR:root:Could not load SCM Client "git": No module named etree
> ERROR:root:Could not load SCM Client "mercurial": No module named etree
> ERROR:root:The current directory does not contain a checkout from a
> supported source code repository.
> CRITICAL:root:1
>
> *rbt post*
> ERROR:root:Could not load SCM Client "svn": No module named etree
> ERROR:root:Could not load SCM Client "git": No module named etree
> ERROR:root:Could not load SCM Client "mercurial": No module named etree
> ERROR:root:No supported repository could be accessed at the supplied url.
> CRITICAL:root:1
>
> I have also configured .reviewboardrc file having values :-
>
> REVIEWBOARD_URL = "http://172.16.107.138/; (where my
> Review Board is running)
> REPOSITORY = "lte_epc" (Repo name configured in Review board)
>
> I am getting where is the issue and why it is not connecting to the
> Repository.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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/d/optout.
>



-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.