What if you combine the first one (file://C:/...) with --repository="Repository name"?
-David On Thu, Aug 7, 2014 at 12:19 PM, Michael Kovacs <[email protected]> wrote: > Thanks David. None of the options worked... Here is three different > configs and the output of a snip of the post-commit.log file (names changed > to protect the innocent): > > With parameters --repository-url=file:///c:/data/svnroot/NetworkConfigs > >>> Making HTTP POST request to > http://itt-d-review.bc.local/api/review-requests/ > >>> Got API Error 206 (HTTP code 400): The repository path specified is > not in the list of known repositories. > >>> Error data: {u'stat': u'fail', u'repository': > u'file:///C:/data/SVNRoot/NetworkConfigs', u'err': {u'msg': u'The > repository path specified is not in the list of known repositories.', > u'code': 206}} > Traceback (most recent call last): > File "C:\Python27\Scripts\rbt-script.py", line 9, in <module> > load_entry_point('RBTools==0.6.2', 'console_scripts', 'rbt')() > With parameters --repository-url=file:///data/svnroot/NetworkConfigs > >>> Checking for a Subversion repository... > >>> Running: svn info file:///data/SVNRoot/svn/NetworkConfigs > --non-interactive > >>> Command exited with rc 1: ['svn', 'info', > 'file:///data/SVNRoot/svn/NetworkConfigs', '--non-interactive'] > svn: E180001: Unable to connect to a repository at URL > 'file:///data/SVNRoot/svn/NetworkConfigs' > svn: E180001: Unable to open an ra_local session to URL > svn: E180001: Unable to open repository > 'file:///data/SVNRoot/svn/NetworkConfigs' > > --- > ERROR: The provided repository type was not detected in the current > directory. > > With parameters --repository-url=https://aaaaa:[email protected] > :8443/svn/NetworkConfigs > >>> Checking for a Subversion repository... > >>> Running: svn info > https://aaaaa:[email protected]/svn/NetworkConfigs > --non-interactive > >>> Command exited with rc 1: ['svn', 'info', > 'https://aaaaa:[email protected]/svn/NetworkConfigs', > '--non-interactive'] > svn: E175002: Unable to connect to a repository at URL > 'https://aaaaa:[email protected]/svn/NetworkConfigs' > svn: E175002: OPTIONS of > 'https://aaaaa:[email protected]/svn/NetworkConfigs': > could not connect to server (https://itt-d-cvs1.abc.local) > > --- > ERROR: The provided repository type was not detected in the current > directory. > > -- > 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. > -- 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.
