No worries. We used to redirect calls like /api/repositories to /api/repositories/, but got rid of it.
The base path is everything between the root of the repository and where the diff was taken. So basically, if you are in /trunk/myproject, and you run 'svn diff' (or 'rbt post', which runs it for you), the base path is /trunk/myproject. This requires that the repository entry is set up properly on Review Board. It must always point to the very root of a Subversion repository, and not a directory inside it. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Wed, Jan 15, 2014 at 1:08 PM, Zachary Gallagher < [email protected]> wrote: > Oh. > > Ok, well, that's embarrassing. > > But now I have a new error. And it's part of what my issue was before. > When Subversion speaks of "base path." Does that refer to the parent > directory of branches/, trunk/, etc. Or the parent directory of *that* > directory. > It's something that's apparently so basic that I can't even find > information on it. I was told that the repositories had to be "base paths". > > The error I'm getting now is > > > DEBUG:root:Error data: {u'stat': u'fail', u'file': > u'/*RepositoryName*/branches/20131209-repo-P14/dev/src/modelLibraries/Adapter/Makefile', > u'err': {u'msg': u'The file was not found in the repository', u'code': > 207}, u'revision': u'15168'} > > I think it's because the checkout is actually a directory of branches. But > it's somehow trying to act like this is the base path. > > > > > On Wednesday, January 15, 2014 3:55:20 PM UTC-5, David Trowbridge wrote: > >> I mean in the repository configuration in the reviewboard admin. >> >> -David >> >> On Jan 15, 2014, at 12:49 PM, Zachary Gallagher <[email protected]> >> wrote: >> >> I can log in with >> >> gallagher >> >> password >> >> >> But I can't run *rbt post* with it. >> >> -- >> 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/groups/opt_out. >> >> -- > 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/groups/opt_out. > -- 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/groups/opt_out.
