You were right! In Mac OS p4 launcher is not the same shell, therefore I need to add the path where p4 is.
Thanks, -Diego On Wednesday, June 11, 2014 6:48:46 PM UTC-4, David Trowbridge wrote: > > It looks like something is actually wrong with your execution path: it > can't execute the 'p4' binary. > > -David > > > On Wed, Jun 11, 2014 at 2:40 PM, Diego Velasquez <[email protected] > <javascript:>> wrote: > >> Hi there, >> >> I am been trying to run rb post inside p4 by creating a custom tool which >> does the following: >> >> application = /usr/local/bin/rbt >> arguments = post -d --server=http://myserver --p4-client=$c --p4-port=$p >> --username=myuser --password=mypassword %C >> >> But for some reason the terminal doesn't find the .reviewboardsrc file so >> it returns me an error >> >> Any suggestion? >> >> Below is the output of the terminal. >> >> Thanks, >> -Diego >> >> >>> RBTools 0.6.1 >> >> >>> Python 2.7.5 (default, Mar 9 2014, 22:15:05) >> >> [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] >> >> >> >>> Running on Darwin-13.2.0-x86_64-i386-64bit >> >> >> >>> Home = /Users/dvelasquez >> >> >>> Current directory = /Users/dvelasquez/dv1 >> >> >> >>> Checking for a Subversion repository... >> >> >> >>> Running: svn info --non-interactive >> >> >> >>> Command exited with rc 1: ['svn', 'info', '--non-interactive'] >> >> svn: E155007: '/Users/dvelasquez/dv1' 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... >> >> >>> Unable to execute "p4 help": skipping Perforce >> >> >>> 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 >> >> ERROR: The current directory does not contain a checkout from a supported >> source code repository. >> >> >> -- >> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >> --- >> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >> --- >> Happy user? Let us know at http://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. >> > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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.
