Re: rbdemo extension

2015-05-21 Thread Christian Hammond
rbdemo is what powers demo.reviewboard.org. It keeps the database in a consistent state, and provides auto-generated guest users. We have it available so people can learn from its source. It's not useful for any other server, really. Christian On Wednesday, May 20, 2015, Sri Ram Kannan

Re: why does rbt post have to fetch SCM credentials from RB and not just my client m/c

2015-05-21 Thread unknown
So after the review request is uploaded, when a user views the diff, the files are brought from the repo and then displayed? Or is the entire file content saved in the database, which is fetched and displayed? On Saturday, April 25, 2015 at 1:32:33 AM UTC+5:30, David Trowbridge wrote: That

RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-21 Thread John McGowan
Hi, I've been trying to upgrade a RB instance that got to 1.6.16 to 2.0.15 on another node (RH6.3 vs RH6.6). I've the prereq packages on: # pip freeze Beaker==1.3.1 cas==0.15 cups==1.0 cupshelpers==1.0 decorator==3.0.1 Django==1.6.11 django-evolution==0.7.5 django-haystack==2.3.1

User Authentication Credential for SVN authentication?

2015-05-21 Thread Francois
Our current setup involves a number of SVN/git repositories, where only a sub-group of users have access to each repos, and no single shared login has access to all of them. This means that for each new repos, we currently have to pick an arbitrary user who happens to have access and ask him to

Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-21 Thread Cormick Nugent
Wow, thank you David. Appreciate sorting the license. Cormick. On Wednesday, 20 May 2015 19:49:13 UTC+1, David Trowbridge wrote: Cormick, That's definitely an oversight, and I'll be fixing up the documentation ASAP. In the meantime I'll clear your existing license out of the system so

Re: What if I move my repositories?

2015-05-21 Thread David Trowbridge
The items shown in RBTools Setup shouldn't include the repository URL (it has the Review Board server URL as configured in the General settings page, and the name of the repository). -David On Thu, May 21, 2015 at 11:27 AM Eric Johnson e...@tibco.com wrote: Hopefully a quick question. What

Re: RB migrate and upgrade from 1.6.16 to 2.0.15

2015-05-21 Thread Christian Hammond
Hi John, This looks like some state is a bit messed up in the database for the evolution history. Can you attach an SQL dump of the contents of the django_project_version and django_evolution tables? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

submitter has left company; how to change

2015-05-21 Thread David Carson
We have had some recent employee departures, leaving a few open requests owned by submitters who are no longer at the company. I don't see any way -- short of changing the underlying database -- to reassign these requests to another user. Is there any such admin function? If not, and I do

What if I move my repositories?

2015-05-21 Thread Eric Johnson
Hopefully a quick question. What do I do if I move a Subversion repository? (Running ReviewBoard 2.0.15) I went into the admin/db/scmtools/repository/ UI, and changed the URL. Yet, if I immediately click on the [RBTools Setup] button, I get shown the old URL. Restarting both the server, and

problem adding bitbucket private repo

2015-05-21 Thread Colin Freas
I'm trying to setup our 2.0.11 install of Review Board with a private Bitbucket git repository and can't seem to get it working. When I initially add a repo, it is successfully added. However, when I go to add a review, it doesn't pull in any commit history. If I delete the repo and re-add it,

Re: why does rbt post have to fetch SCM credentials from RB and not just my client m/c

2015-05-21 Thread David Trowbridge
The former (files are fetched on demand to keep the dub size down, and cached for a while to make things fast). -David On Thu, May 21, 2015 at 3:21 AM unknown karthikut...@gmail.com wrote: So after the review request is uploaded, when a user views the diff, the files are brought from the repo

Re: User Authentication Credential for SVN authentication?

2015-05-21 Thread David Trowbridge
No, there is no way to do this. Most people create a new read-only user to use for Review Board. -David On Thu, May 21, 2015 at 8:29 AM Francois francois.chardavo...@gmail.com wrote: Our current setup involves a number of SVN/git repositories, where only a sub-group of users have access to