Adding gitlab account error

2014-01-15 Thread Julia S.S.
Hi, I just updated review board to 1.7.21 and I'm trying to add a new repo 
from gitlab with the new gitlab support, as I have no gitlab account 
configured I'm leaving Link new account selected and filling user and 
pass, I'm also adding redmine.
When I click on save I get *Unknown error when linking the account: PID 
check failed. RNG must be re-initialized after fork(). Hint: Try 
Random.atfork()*

What should I do to fix it?

Thanks,
Julia

-- 
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/groups/opt_out.


Re: Adding gitlab account error

2014-01-15 Thread Christian Hammond
Hi Juia,

This is likely a PyCrypto-related issue. It's fortunately not
GitLab-specific, and can likely be fixed with a dependency upgrade.

Can you tell me which OS/Linux distro you installed this on?

Also, can you run:

$ python
 import Crypto
 Crypto.__file__

This should give you a path to the version of PyCrypto you have installed.
Can you show me that path?

You can then try to upgrade, either through a new package from your distro,
or by doing:

$ sudo easy_install -U pycrypto

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Jan 15, 2014 at 2:21 AM, Julia S.S. hith...@gmail.com wrote:

 Hi, I just updated review board to 1.7.21 and I'm trying to add a new
 repo from gitlab with the new gitlab support, as I have no gitlab account
 configured I'm leaving Link new account selected and filling user and
 pass, I'm also adding redmine.
 When I click on save I get *Unknown error when linking the account: PID
 check failed. RNG must be re-initialized after fork(). Hint: Try
 Random.atfork()*

 What should I do to fix it?

 Thanks,
 Julia

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


Re: Review Board 1.7.21 is released

2014-01-15 Thread Stephen Gallagher
On 01/14/2014 09:01 PM, Christian Hammond wrote:
 Hey everyone,
 
 One release for the day just isn't enough. We just released Review Board
 1.7.21. It adds support for GitLab and Unfuddle, fixes a number of bugs,
 adds some API improvements, and introduces a large optimization for
 large diffs.
 
 See the news announcement for more details:
 
 http://www.reviewboard.org/news/2014/01/14/review-board-1-7-21-released/
 


ReviewBoard 1.7.21 packages have been built for Fedora and EPEL 6 and
can be downloaded from:
https://admin.fedoraproject.org/updates/search/ReviewBoard


They will also appear in the updates-testing and epel-testing
repositories within 48 hours.

-- 
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/groups/opt_out.


Re: RBTools 0.5.4 is released

2014-01-15 Thread Stephen Gallagher
On 01/14/2014 09:36 PM, Christian Hammond wrote:
 I just put out a 0.5.5 release that adds a missing commit for the
 repository matching fixes for Subversion, and introduces
 --svn-show-copies-as-adds to post-review.
 
 Give it a try!

RBTools 0.5.5 packages have been built for Fedora and EPEL 6 and
can be downloaded from:
https://admin.fedoraproject.org/updates/search/RBTools


They will also appear in the updates-testing and epel-testing
repositories within 48 hours.

-- 
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/groups/opt_out.


Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
I've made it farther now than I have ever before. But I'm still running 
into one last issue. (Maybe two.)


First, background information. Hopefully this makes more sense. I'm 
learning Subversion as I do all this. C'est la vie.


The .reviewboardrc file reads as

REVIEWBOARD_URL = http://*ReviewBoardServer*;

 REPOSITORY = *RepositoryName* (Not the name as it appears in the admin 
 dashboard, but it is the parent directory to branches/, trunk/, tags/. It 
 goes https://*ServerName/SvnDirectory/RepositoryName. *The checkout 
 directory is a checkout of a repository under 

 *RepositoryName/*branches/. The *is* a repository named *RepositoryName *in 
 the admin dashboard, that refers to the parent directory of branches/, 
 trunk/, tags/. But there have been no noted conflicts. Not sure if the 
 repository names in ReviewBoard matter.)



*SvnDirectory* is the actual directory under /svn/ on the machine itself. 
I'm providing this information because I'm still learning Subversion, and 
don't know exactly/technically what Subversion defines as repository and 
working copy. I understand the concepts, but I'm still learning their 
literal/technical/practical application.

Ok, so... 

I'm in the checkout directory. The checkout directory is a checkout of 
*RepositoryName/*branches/20131209-repo-P14.   The exact directory on the 
user's machine is /dfs/*User/RepositoryName*_repo_P14.

If I run just svn info I get

-bash-4.1$ svn info
 Path: .
 Working Copy Root Path: /dfs/*User*/*RepositoryName*_nrl_p14

URL: https://*ServerName*/*SvnDirectory*/*RepositoryName*
 /branches/20131209-repo-P14
 Repository Root: https://*ServerName*/*SvnDirectory*
 Repository UUID: (buncha letters  numbers)
 Revision: 15168
 Node Kind: directory
 Schedule: normal
 Depth: files
 Last Changed Author: *User*
 Last Changed Rev: 15168
 Last Changed Date: 2014-01-11 13:19:21 -0500 (Sat, 11 Jan 2014)

   


I use rbt post -d.


It runs a bunch of svn info commands on the dev/ directory. Then gets to 
this.


DEBUG:root:Making HTTP GET request to http://*ReviewBoardServer*
 /api/review-requests/

 DEBUG:root:Making HTTP POST request to http://*ReviewBoardServer*
 /api/review-requests/

 DEBUG:root:Making HTTP GET request to http://*ReviewBoardServer*
 /api/review-requests/45/diffs/

 DEBUG:root:Making HTTP POST request to http://*ReviewBoardServer*
 /api/review-requests/45/diffs/

 DEBUG:root:Got API Error 105 (HTTP code 400): One or more fields had errors

 DEBUG:root:Error data: {u'fields': {u'path': [u'Login to the SCM server 
 failed.']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had 
 errors', u'code': 105}}

 Traceback (most recent call last):

   File /usr/bin/rbt, line 9, in module

 load_entry_point('RBTools==0.5.5', 'console_scripts', 'rbt')()

   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/main.py,
  
 line 127, in main

 command.run_from_argv([RB_MAIN] + args)

   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/__init__.py,
  
 line 158, in run_from_argv

 exit_code = self.main(*args) or 0

   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 659, in main

 submit_as=self.options.submit_as)

   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 534, in post_request

 raise CommandError('\n'.join(error_msg)) 

 rbtools.commands.CommandError: Error uploading diff   

  

  

  

 One or more fields had errors (HTTP 400, API Error 105 

  

   path: Login to the SCM server failed 

  

 Your review request still exists, but the diff is not attached.











Also, if I navigate to http://*ReviewBoardServer*/api/repositories, I get 
this. Yet there are 5 repositories listed in the admin dashboard.

Not sure if that is expected or not. Not entirely up to snuff on http and 
the web api.

?xml version=1.0 encoding=utf-8?
 rsp
  statfail/stat
  err
   msgObject does not exist/msg
   code100/code
  /err
 /rsp

















-- 
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/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
There is obviously some sort of credential mismatch. But there is no 
indication as to what credentials it's using on what. I don't know what is 
being mismatched. And I don't know how to find 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Problem with ReviewBoard installation

2014-01-15 Thread TIDave
I'm behind a proxy, and setting http_proxy would not work for me with 
easy_install, so I downloaded the required packages and installed 
ReviewBoard 1.7.21 for Python 2.6 on Ubuntu 10.  When I try to create a 
site I get Error: Unknown command: 'registerscmtools'.  I've tried 
removing, re-installing, and upgrading packages to no avail.

-- 
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/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread David Trowbridge
This error is typically a problem with the credentials on the reviewboard side, 
not rbtools. Can you check that those are correct, and if they are, check the 
reviewboard log file for any more interesting errors?

-David

 On Jan 15, 2014, at 12:35 PM, Zachary Gallagher 
 zachary.gallag...@remcom.com wrote:
 
 I suppose it should also be said that, as far as the actual problem at hand. 
 I'm sure that all the credentials I've entered were correct. I can connect to 
 svn and ReviewBoard with them. I just don't know if there's some setting I'm 
 missing, or I put the right ones in the wrong places.
 
 I just don't know how to see what it's trying to do before it gets the Login 
 error. I ran a strace, but I didn't glean anything useful from 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 reviewboard+unsubscr...@googlegroups.com.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
I changed the password for my username to *password*. The actual, all 
lowercase word. Then I ran

rbt post -d --username=gallagher --password=password --submit-as=gallagher

And got the same error.

On Wednesday, January 15, 2014 3:41:49 PM UTC-5, David Trowbridge wrote:

 This error is typically a problem with the credentials on the reviewboard 
 side, not rbtools. Can you check that those are correct, and if they are, 
 check the reviewboard log file for any more interesting errors?

 -David

 On Jan 15, 2014, at 12:35 PM, Zachary Gallagher 
 zachary@remcom.comjavascript: 
 wrote:

 I suppose it should also be said that, as far as the *actual* problem at 
 hand. I'm sure that all the credentials I've entered were correct. I can 
 connect to svn and ReviewBoard with them. I just don't know if there's some 
 setting I'm missing, or I put the right ones in the wrong places.

 I just don't know how to see what it's trying to do before it gets the 
 Login error. I ran a strace, but I didn't glean anything useful from 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 reviewboard...@googlegroups.com javascript:.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Problem with ReviewBoard installation

2014-01-15 Thread Christian Hammond
How did you install the packages?

You're really going to need to get easy_install working. Did you also set
https_proxy?

Something like this will work best:

$ sudo -s
$ http_proxy=proxy https_proxy=proxy easy_install -U ReviewBoard

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Jan 15, 2014 at 11:55 AM, TIDave davidki...@gmail.com wrote:

 I'm behind a proxy, and setting http_proxy would not work for me with
 easy_install, so I downloaded the required packages and installed
 ReviewBoard 1.7.21 for Python 2.6 on Ubuntu 10.  When I try to create a
 site I get Error: Unknown command: 'registerscmtools'.  I've tried
 removing, re-installing, and upgrading packages to no avail.

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


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread David Trowbridge
I mean in the repository configuration in the reviewboard admin.

-David

 On Jan 15, 2014, at 12:49 PM, Zachary Gallagher 
 zachary.gallag...@remcom.com 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 reviewboard+unsubscr...@googlegroups.com.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Christian Hammond
On Wed, Jan 15, 2014 at 12:02 PM, Zachary Gallagher 
zachary.gallag...@remcom.com wrote:

 Also, if I navigate to http://*ReviewBoardServer*/api/repositories, I get
 this. Yet there are 5 repositories listed in the admin dashboard.

 Not sure if that is expected or not. Not entirely up to snuff on http and
 the web api.

 ?xml version=1.0 encoding=utf-8?
 rsp
  statfail/stat
  err
   msgObject does not exist/msg
   code100/code
  /err
 /rsp



You're missing a trailing slash. It must be
http://ReviewBoardServer/api/repositories/

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
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/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
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 
 zachary@remcom.comjavascript: 
 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 reviewboard...@googlegroups.com javascript:.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
-.-


On Wednesday, January 15, 2014 3:57:25 PM UTC-5, Christian Hammond wrote:

 On Wed, Jan 15, 2014 at 12:02 PM, Zachary Gallagher 
 zachary@remcom.com javascript: wrote:

 Also, if I navigate to http://*ReviewBoardServer*/api/repositories, I 
 get this. Yet there are 5 repositories listed in the admin dashboard.

 Not sure if that is expected or not. Not entirely up to snuff on http and 
 the web api.

 ?xml version=1.0 encoding=utf-8?
 rsp
  statfail/stat
  err
   msgObject does not exist/msg
   code100/code
  /err
 /rsp



 You're missing a trailing slash. It must be 
 http://ReviewBoardServer/api/repositories/

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


  



-- 
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/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Christian Hammond
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 - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Jan 15, 2014 at 1:08 PM, Zachary Gallagher 
zachary.gallag...@remcom.com 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 zachary@remcom.com
 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 reviewboard...@googlegroups.com.

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


Re: Problem with ReviewBoard installation

2014-01-15 Thread TIDave
http_proxy and https_proxy are both set:

sudo -E easy_install -U ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Download error: [Errno 111] Connection refused -- Some packages may not be 
found!
Reading http://pypi.python.org/simple/ReviewBoard/
Download error: [Errno 111] Connection refused -- Some packages may not be 
found!
Couldn't retrieve index page for 'ReviewBoard'
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [Errno 111] Connection refused -- Some packages may not be 
found!
Best match: ReviewBoard 1.7.21
Processing ReviewBoard-1.7.21-py2.6.egg
ReviewBoard 1.7.21 is already the active version in easy-install.pth
Installing rb-site script to /usr/local/bin
Installing rbssh script to /usr/local/bin

Using /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.21-py2.6.egg
Reading http://downloads.reviewboard.org/mirror/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
Processing dependencies for ReviewBoard
Finished processing dependencies for ReviewBoard


On Wednesday, January 15, 2014 2:52:27 PM UTC-6, Christian Hammond wrote:

 How did you install the packages?

 You're really going to need to get easy_install working. Did you also set 
 https_proxy?

 Something like this will work best:

 $ sudo -s
 $ http_proxy=proxy https_proxy=proxy easy_install -U ReviewBoard

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
  

 On Wed, Jan 15, 2014 at 11:55 AM, TIDave david...@gmail.com javascript:
  wrote:

 I'm behind a proxy, and setting http_proxy would not work for me with 
 easy_install, so I downloaded the required packages and installed 
 ReviewBoard 1.7.21 for Python 2.6 on Ubuntu 10.  When I try to create a 
 site I get Error: Unknown command: 'registerscmtools'.  I've tried 
 removing, re-installing, and upgrading packages to no avail.
  
 -- 
 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...@googlegroups.com javascript:.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
So this very last issue... (An optimistic claim)

DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in the 
 repository
 DEBUG:root:Error data: {u'stat': u'fail', u'file': 
 u'/*RepositoryName*/branches/20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile',
  
 u'err': {u'msg': u'The file was not found in the repository', u'code': 
 207}, u'revision': u'15168'}
 Traceback (most recent call last):
   File /usr/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.5.5', 'console_scripts', 'rbt')()
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/main.py,
  
 line 127, in main
 command.run_from_argv([RB_MAIN] + args)
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/__init__.py,
  
 line 158, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 659, in main
 submit_as=self.options.submit_as)
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 534, in post_request
 raise CommandError('\n'.join(error_msg))
 rbtools.commands.CommandError: Error uploading diff

 The file was not found in the repository (HTTP 400, API Error 207)
 Your review request still exists, but the diff is not attached.



The file *is* there on the machine. The absolute path is

/dfs/*User*/*RepositoryName*
_nrl_p14/dev/src/modelLibraries/VTRPEAdapter/Makefile

And the path in svn is

https://*SvnServer*/*SvnDirectory*/*RepositoryName*
/branches/20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile



Any idea what's going on? I'm running rbt post from 

/dfs/*User*/*RepositoryName*_nrl_p14/

and Repository in .reviewboardrc is set to the single word 
*RepositoryName.*


The slight confusion is that (and I didn't do this, so I'm not sure if it 
was right or not at the time)

as noted above, these are the repositories in ReviewBoard



Repository
Path http://mercury/admin/db/scmtools/repository/?o=2
Hosting
Show this repository http://mercury/admin/db/scmtools/repository/?o=4
SvnDirectoryhttps://*SvnServer*/*SvnDirectory*/ [image: True]
RepositoryName_20131209-repo-P14https://*SvnServer*/*SvnDirectory*/
*RepositoryName*/branches/20131209-repo-P14 [image: True]RepositoryName
-Trunkhttps://*SvnServer*/*SvnDirectory*/*RepositoryName*/trunk [image: 
True]Results Viewerhttps://*SvnServer*/*SvnDirectory*/results_viewer/trunk/ 
[image: 
False]RepositoryName
https://*SvnServer*/*SvnDirectory*/*RepositoryName*/ [image: False]

5 Repositories


So I don't even know which one rbt post is trying to attach this to. The 
second? Or fifth? Maybe the first?




On Wednesday, January 15, 2014 4:11:03 PM UTC-5, Christian Hammond wrote:

 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 - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 15, 2014 at 1:08 PM, Zachary Gallagher 
 zachary@remcom.comjavascript:
  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 zachary@remcom.com 
 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 

Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
And there is confusion at all because I haven't been the sysadmin for a 
software company for long, the programmers use the term for both, and when 
I once asked which was which I was met with a shrug and iunno.

On Wednesday, January 15, 2014 4:23:30 PM UTC-5, Zachary Gallagher wrote:

 The reason there is a *SvnDirectory* at all is because there are multiple 
 'repositories' under it, all with their own branches and trunks. I put 
 repositories in air quotes because I'm not sure if those branches/trunks 
 parent directories are themselves the repositories, or if repository 
 exclusively refers to the entire package.

 On Wednesday, January 15, 2014 4:21:11 PM UTC-5, Zachary Gallagher wrote:

 So this very last issue... (An optimistic claim)

 DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in 
 the repository
 DEBUG:root:Error data: {u'stat': u'fail', u'file': 
 u'/*RepositoryName*/branches/20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile',
  
 u'err': {u'msg': u'The file was not found in the repository', u'code': 
 207}, u'revision': u'15168'}
 Traceback (most recent call last):
   File /usr/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.5.5', 'console_scripts', 'rbt')()
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/main.py,
  
 line 127, in main
 command.run_from_argv([RB_MAIN] + args)
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/__init__.py,
  
 line 158, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 659, in main
 submit_as=self.options.submit_as)
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 534, in post_request
 raise CommandError('\n'.join(error_msg))
 rbtools.commands.CommandError: Error uploading diff

 The file was not found in the repository (HTTP 400, API Error 207)
 Your review request still exists, but the diff is not attached.



 The file *is* there on the machine. The absolute path is

 /dfs/*User*/*RepositoryName*
 _nrl_p14/dev/src/modelLibraries/VTRPEAdapter/Makefile

 And the path in svn is

 https://*SvnServer*/*SvnDirectory*/*RepositoryName*
 /branches/20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile



 Any idea what's going on? I'm running rbt post from 

 /dfs/*User*/*RepositoryName*_nrl_p14/

 and Repository in .reviewboardrc is set to the single word 
 *RepositoryName.*


 The slight confusion is that (and I didn't do this, so I'm not sure if it 
 was right or not at the time)

 as noted above, these are the repositories in ReviewBoard



 Repository
 Path http://mercury/admin/db/scmtools/repository/?o=2
 Hosting
 Show this repository http://mercury/admin/db/scmtools/repository/?o=4
 SvnDirectoryhttps://*SvnServer*/*SvnDirectory*/ [image: True]
 RepositoryName_20131209-repo-P14https://*SvnServer*/*SvnDirectory*/
 *RepositoryName*/branches/20131209-repo-P14 [image: True]RepositoryName
 -Trunkhttps://*SvnServer*/*SvnDirectory*/*RepositoryName*/trunk [image: 
 True]Results Viewerhttps://*SvnServer*/*SvnDirectory*
 /results_viewer/trunk/ [image: False]RepositoryName
 https://*SvnServer*/*SvnDirectory*/*RepositoryName*/ [image: False]

 5 Repositories


 So I don't even know which one rbt post is trying to attach this to. 
 The second? Or fifth? Maybe the first?




 On Wednesday, January 15, 2014 4:11:03 PM UTC-5, Christian Hammond wrote:

 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 - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 15, 2014 at 1:08 PM, Zachary Gallagher 
 zachary@remcom.com 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 

Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
And the confusion in the first place exists because I haven't been the 
sysadmin for a software company for long, the programmers use the term for 
both, and when I once asked which it was I was met with a shrug and iunno.

-- 
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/groups/opt_out.


Re: Problem with ReviewBoard installation

2014-01-15 Thread Christian Hammond
It certainly doesn't look like the environment variables are being used.

Can you run 'sudo -E -s' and echo both variables so I can see them? (You
can blank out the domain, but I want to see the format and that they're
both set.)

We've seen this come up from time to time, and it's always been due to the
proxy not being set correctly, or the inability to access the proxy, so I
want to be sure of that first.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Jan 15, 2014 at 1:19 PM, TIDave davidki...@gmail.com wrote:

 http_proxy and https_proxy are both set:

 sudo -E easy_install -U ReviewBoard
 Searching for ReviewBoard
 Reading http://pypi.python.org/simple/ReviewBoard/
 Download error: [Errno 111] Connection refused -- Some packages may not be
 found!
 Reading http://pypi.python.org/simple/ReviewBoard/
 Download error: [Errno 111] Connection refused -- Some packages may not be
 found!
 Couldn't retrieve index page for 'ReviewBoard'
 Scanning index of all packages (this may take a while)
 Reading http://pypi.python.org/simple/
 Download error: [Errno 111] Connection refused -- Some packages may not be
 found!
 Best match: ReviewBoard 1.7.21
 Processing ReviewBoard-1.7.21-py2.6.egg
 ReviewBoard 1.7.21 is already the active version in easy-install.pth
 Installing rb-site script to /usr/local/bin
 Installing rbssh script to /usr/local/bin

 Using /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.7.21-py2.6.egg
 Reading http://downloads.reviewboard.org/mirror/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.7/
 Processing dependencies for ReviewBoard
 Finished processing dependencies for ReviewBoard


 On Wednesday, January 15, 2014 2:52:27 PM UTC-6, Christian Hammond wrote:

 How did you install the packages?

 You're really going to need to get easy_install working. Did you also set
 https_proxy?

 Something like this will work best:

 $ sudo -s
 $ http_proxy=proxy https_proxy=proxy easy_install -U ReviewBoard

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 15, 2014 at 11:55 AM, TIDave david...@gmail.com wrote:

  I'm behind a proxy, and setting http_proxy would not work for me with
 easy_install, so I downloaded the required packages and installed
 ReviewBoard 1.7.21 for Python 2.6 on Ubuntu 10.  When I try to create a
 site I get Error: Unknown command: 'registerscmtools'.  I've tried
 removing, re-installing, and upgrading packages to no avail.

 --
 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...@googlegroups.com.

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


Re: Login to the SCM server failed. when using rbt post -d. Also, /api/repositories is empty.

2014-01-15 Thread Zachary Gallagher
Oh my goodness. It worked.

On Wednesday, January 15, 2014 4:36:12 PM UTC-5, Christian Hammond wrote:

 Run 'svn info' in your local checkout and see what Repository Root is. If 
 it's https://SvnServer/SvnDirectory/, then there should be only one 
 repository entry for that. All the others are just there to cause problems. 
 That would be why your rbt post is broken.

 I suspect that that's the case.

 If that is the case, what you want to do is set up the SvnDirectory one 
 and mark all the other ones as invisible so they won't be used anymore. 
 They won't break existing review requests, since they'll still be in the 
 database, but RBTools won't look at them anymore.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 15, 2014 at 1:23 PM, Zachary Gallagher 
 zachary@remcom.comjavascript:
  wrote:

 The reason there is a *SvnDirectory* at all is because there are 
 multiple 'repositories' under it, all with their own branches and trunks. I 
 put repositories in air quotes because I'm not sure if those 
 branches/trunks parent directories are themselves the repositories, or if 
 repository exclusively refers to the entire package.


 On Wednesday, January 15, 2014 4:21:11 PM UTC-5, Zachary Gallagher wrote:

 So this very last issue... (An optimistic claim)

 DEBUG:root:Got API Error 207 (HTTP code 400): The file was not found in 
 the repository
 DEBUG:root:Error data: {u'stat': u'fail', u'file': u'/*RepositoryName*
 /branches/20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile', 
 u'err': {u'msg': u'The file was not found in the repository', u'code': 
 207}, u'revision': u'15168'}
 Traceback (most recent call last):
   File /usr/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.5.5', 'console_scripts', 'rbt')()
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/main.py,
  
 line 127, in main
 command.run_from_argv([RB_MAIN] + args)
   File /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.
 egg/rbtools/commands/__init__.py, line 158, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 659, in main
 submit_as=self.options.submit_as)
   File 
 /usr/lib/python2.6/site-packages/RBTools-0.5.5-py2.6.egg/rbtools/commands/post.py,
  
 line 534, in post_request
 raise CommandError('\n'.join(error_msg))
 rbtools.commands.CommandError: Error uploading diff

 The file was not found in the repository (HTTP 400, API Error 207)
 Your review request still exists, but the diff is not attached.



 The file *is* there on the machine. The absolute path is

 /dfs/*User*/*RepositoryName*_nrl_p14/dev/src/modelLibraries/
 VTRPEAdapter/Makefile

 And the path in svn is

 https://*SvnServer*/*SvnDirectory*/*RepositoryName*/branches/
 20131209-repo-P14/dev/src/modelLibraries/VTRPEAdapter/Makefile



 Any idea what's going on? I'm running rbt post from 

 /dfs/*User*/*RepositoryName*_nrl_p14/

 and Repository in .reviewboardrc is set to the single word 
 *RepositoryName.*


 The slight confusion is that (and I didn't do this, so I'm not sure if 
 it was right or not at the time)

 as noted above, these are the repositories in ReviewBoard



  Repository
 Path http://mercury/admin/db/scmtools/repository/?o=2
 Hosting
 Show this repository http://mercury/admin/db/scmtools/repository/?o=4
  SvnDirectoryhttps://*SvnServer*/*SvnDirectory*/  [image: True] 
 RepositoryName_20131209-repo-P14https://*SvnServer*/*SvnDirectory*/
 *RepositoryName*/branches/20131209-repo-P14  [image: True]  
 RepositoryName-Trunkhttps://*SvnServer*/*SvnDirectory*/*RepositoryName*
 /trunk  [image: True] Results Viewerhttps://*SvnServer*/*SvnDirectory*
 /results_viewer/trunk/  [image: False]  RepositoryName
 https://*SvnServer*/*SvnDirectory*/*RepositoryName*/  [image: False] 

 5 Repositories


 So I don't even know which one rbt post is trying to attach this to. 
 The second? Or fifth? Maybe the first?




 On Wednesday, January 15, 2014 4:11:03 PM UTC-5, Christian Hammond wrote:

 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 - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 15, 2014 at 1:08 PM, Zachary Gallagher 
 zachary@remcom.com wrote:

 Oh.

 Ok, well, that's embarrassing. 

Issue 3192 in reviewboard: Removing a repositorie doesn't decrement the review count in the left panel

2014-01-15 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3192 by mackay...@gmail.com: Removing a repositorie doesn't  
decrement the review count in the left panel

http://code.google.com/p/reviewboard/issues/detail?id=3192

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
1.7.2

What's the URL of the page containing the problem?
*reviewboard*/dashboard

What steps will reproduce the problem?
1. Create a repo
2. Add new reviews
3. Remove the repo

What is the expected output? What do you see instead?
Under outgoing/incoming reviews the count should be 0, since all repos are  
deleted. But instead I see the count still incremented. The reviews are not  
visible however.


What operating system are you using? What browser?
Ubuntu 12.04, Chrome

Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3188 in reviewboard: After creating a repository modifying anything causes an error

2014-01-15 Thread reviewboard


Comment #4 on issue 3188 by mackay...@gmail.com: After creating a  
repository modifying anything causes an error

http://code.google.com/p/reviewboard/issues/detail?id=3188

So I thought it might have to with permission, which it might still be, but  
I can modify users and groups no problem. It seems that it's only repos  
that are not working.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.