David, I seriously appreciate the help you are giving me on this issue....

OK so I have the syntax and implemented the --repository-url in the 
post-commit-run.cmd file, which is called by the actual post-commit.cmd on 
VisualSVN. As can be seen above, I was passing a set of authentication 
credentials for the reviewboard server as arguments. Now, with the 
--repository-url I am receiving a separate set of failures which I believe 
are related to the actual SVN login:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

C:\Data\SVNRoot\NetworkConfigs>c:\Python27\Scripts\rbt.exe post 
--server=http://itt-d-review.abc.def --repository-type=svn 
--repository-url=https://ITT-D-CVS1.ABC.DEF:8443/svn/NetworkConfigs 
--username yyyyy --password xxxxx -d 

>>> RBTools 0.6.1

>>> Python 2.7.7 (default, Jun 1 2014, 14:17:13) [MSC v.1500 32 bit (Intel)]

>>> Running on Windows-2008ServerR2-6.1.7601-SP1

>>> Home = C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming

>>> Current directory = C:\Data\SVNRoot\NetworkConfigs

>>> Checking for a Subversion repository...

>>> Running: svn info https://ITT-D-CVS1.ABC.DEF:8443/svn/NetworkConfigs 
--non-interactive

>>> Command exited with rc 1: ['svn', 'info', 
'https://ITT-D-CVS1.ABC.DEF:8443/svn/NetworkConfigs', '--non-interactive']

svn: E170001: Unable to connect to a repository at URL 
'https://itt-d-cvs1.abc.def:8443/svn/NetworkConfigs'

svn: E170001: OPTIONS of 
'https://itt-d-cvs1.abc.def:8443/svn/NetworkConfigs': authorization failed: 
Could not authenticate to server: rejected Basic challenge (
https://itt-d-cvs1.abc.def:8443)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This has to be close....
The idea again is to have the programmers work as they normally do in 
VS2010, using AnkhSVN, and when they check the project back in the changes 
are posted to reviewboard for discussion and/or approval. 

Is there a variable or specific way to have the --repository-url call use 
the already authenticated connection and have the reviewboard use the 
passed credentials?

On Tuesday, July 22, 2014 4:33:32 PM UTC-5, David Trowbridge wrote:

> Normally, the 'rbt' command is meant for end-users to put their changes up 
> for review.
>
> If you're doing this from a post-commit hook, you can use the 
> --repository-url parameter to have it post without a working directory.
>
> -David
>
>
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to