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 <[email protected]> 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
