I am plunging into setting up a reviewboard per request. At this time the general environment is that an SVN repository exists and is hosted on a Win2k8R2 server. The repo is using a self signed cert so I have been battling with the SSL issue for a bit and believe I have most of that figured out.
The host for the Reviewboard v1.6.x is Centos 6.5. Normal SVN checkin and checkouts are working. Unfortunately most of the walk thru's are based on post-review, which appears to have been replaced by a more flexible rbt call. At this time I have been unable to locate an equivalent setup walkthrough using this tool. I have tried debugging with a post-commit.cmd file in VisualSVN: SET REPOS="$1" SET REV="$2" CD %REPOS c:\Python27\Scripts\rbt.exe post --revision-range=%REV C:\Program Files (x86)\VisualSVN Server\bin SET REPOS=%1 SET REV=%2 SET Outfile = C:\drop PATH=%PATH%;c:\Program Files (x86)\VisualSVN Server\bin; CD %REPOS% echo %REPOS% >> c:\drop\devout.txt path >> c:\drop\devout.txt dir >> c:\drop\devout.txt set >> c:\drop\devout.txt c:\Python27\Scripts\rbt.exe post --server=http://itt-d-review.abc.local --repository-type=svn --username yyyyy --password xxxxxx -d %REV% The debug from this call is: C:\Program Files (x86)\VisualSVN Server>CD C:\Data\SVNRoot\NetworkConfigs C:\Data\SVNRoot\NetworkConfigs>echo C:\Data\SVNRoot\NetworkConfigs 1>>c:\drop\devout.txt C:\Data\SVNRoot\NetworkConfigs>path 1>>c:\drop\devout.txt C:\Data\SVNRoot\NetworkConfigs>dir 1>>c:\drop\devout.txt C:\Data\SVNRoot\NetworkConfigs>set 1>>c:\drop\devout.txt C:\Data\SVNRoot\NetworkConfigs>c:\Python27\Scripts\rbt.exe post --server=http://itt-d-review.abc.local --repository-type=svn --username yyyyy --password xxxxxxxx -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 --non-interactive >>> Command exited with rc 1: ['svn', 'info', '--non-interactive'] svn: E155007: 'C:\Data\SVNRoot\NetworkConfigs' is not a working copy --- ERROR: The provided repository type was not detected in the current directory. Any tips? What did I miss?? -- 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.
