Christian, I went through the same painful troubleshooting path and stuck at this error too. I'm using latest tool 0.7.9. My mac OS is 10.12.2 (Sierra). Please let me know if this will be fixed in next release.
Thanks! Jessie jessie-macbook:Jessie_macbook_release jessie1$ rbt post -d >>> RBTools 0.7.9 >>> Python 2.7.13 (default, Dec 18 2016, 07:03:39) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] >>> Running on Darwin-16.3.0-x86_64-i386-64bit >>> Home = /Users/jessie1 >>> Current directory = /Users/jessie1/DevTrees/Streams/Jessie_macbook_release >>> Command line: rbt post -d >>> Checking for a Subversion repository... >>> Running: svn --non-interactive info >>> Command exited with rc 1: ['svn', '--non-interactive', u'info'] svn: E155007: '/Users/jessie1/DevTrees/Streams/Jessie_macbook_release' is not a working copy --- >>> Checking for a Git repository... >>> Running: git rev-parse --git-dir >>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir'] fatal: Not a git repository (or any of the parent directories): .git --- >>> Checking for a Mercurial repository... >>> Unable to execute "hg --help": skipping Mercurial >>> Checking for a CVS repository... >>> Unable to execute "cvs": skipping CVS >>> Checking for a Perforce repository... >>> Running: p4 info >>> Checking for a Plastic repository... >>> Unable to execute "cm version": skipping Plastic >>> Checking for a ClearCase repository... >>> Unable to execute "cleartool help": skipping ClearCase >>> Checking for a Bazaar repository... >>> Unable to execute "bzr help": skipping Bazaar >>> Checking for a Team Foundation Server repository... >>> Unable to execute "tf help": skipping TFS ERROR: The current directory does not contain a checkout from a supported source code repository. On Saturday, February 11, 2017 at 7:59:43 PM UTC-5, Christian Hammond wrote: > > Hey Trenton, > > Speaking to the installation issues (not Perforce), Python compatibility > on Mac is finicky in terms of installation paths. When using the installer, > and depending on the system setup, you can hit various problems. I'm sorry > you hit so many. I've been fighting this and recently put a good set of > fixes together, which will be in the next release's installer. > > Christian > > > On Thu, Feb 9, 2017 at 07:24 Trent Tuggle <[email protected] <javascript:>> > wrote: > >> Hi David, >> >> Thanks for your question. It fails both within Perforce clients and >> without. It fails either way. >> >> I’m on a mac, and I’ve successfully set up rbt on a Windows PC, but I’m >> not a Python guy so I’m having a hard time debugging what’s wrong. >> >> >> 1. I first installed the RBTools using the Mac installer, which >> apparently is Python 2.6-based. That didn’t work, because it immediately >> died not having found ‘argparser’. >> 2. I tried using easy_install to install argparser, but then rbt died >> on something else (forget what). >> 3. I then tried removing all those installed artifacts, then >> installing pip on Pythong 2.7, and using pip to install RBTools. >> 4. Pip had a problem because it found the ‘six’ package already >> installed… it’s unclear if it came with my Mac or was installed as a part >> of previous attempts here. >> 5. I finally got rbt installed via PIP by adding '--ignore-installed >> six’ to the cmd-line. >> >> >> -Trenton >> >> On Feb 8, 2017, at 8:16 PM, David Trowbridge <[email protected] >> <javascript:>> wrote: >> >> Are you running "rbt post" from within a perforce client? >> >> -David >> >> On Wed, Feb 8, 2017 at 9:35 AM Trent Tuggle <[email protected] >> <javascript:>> wrote: >> >>> Bump... is there any resolution to this problem? I've encountered the >>> same problem. >>> >>> -- >>> 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] <javascript:>. >>> 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 a topic in the >> Google Groups "reviewboard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/reviewboard/h2wxLlTBtkg/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> >> >> 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 [email protected] <javascript:>. >> 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.
