Re: SVN Setup on Bitnami Windows distribution. No SVN/Subversion "Repository type" selectable.

2017-06-21 Thread Grant Shirreffs
I don't know if you found a solution to this, but I encountered the same issue (on Windows), and it turned out to be that I had to install the 32-bit distribution of pysvn for Python 2.7. The 64-bit version wouldn't install, as Python has only registered itself to the 32-bit registry.

Re: RBTools Ticket #4558: Revision ranges appear not to work with Perforce

2017-06-21 Thread Christian Hammond
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4558/ -- New update by sushisource For Beanbag, Inc. > RBTools > Ticket #4558

RBTools Ticket #4558: Revision ranges appear not to work with Perforce

2017-06-21 Thread Spencer Judge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4558/ -- New ticket #4558 by sushisource For Beanbag, Inc. > RBTools Status: New

Re:

2017-06-21 Thread Christian Hammond
It's also worth noting that the next major version of RBTools will be dropping Python 2.6 support. Christian On Wed, Jun 21, 2017 at 1:24 PM, Stephen Gallagher < step...@gallagherhome.com> wrote: > On Wed, Jun 21, 2017 at 2:40 AM Shilpa R wrote: > >> Ok. >> >> Actually I

Re:

2017-06-21 Thread Stephen Gallagher
On Wed, Jun 21, 2017 at 2:40 AM Shilpa R wrote: > Ok. > > Actually I have machines which are Centos 5/6/7. And I will need Centos 5 > support also for posting review requests on Review board Server. > > So on Centos 6 I have successfully connected to ReviewBoard Server with

Re: Bulk update of repository information?

2017-06-21 Thread Christian Hammond
Hey Alfred, Safest way is through the Review Board shell: $ rb-site manage /path/to/sitedir shell from reviewboard.scmtools.models import Repository Repository.objects.update(bug_tracker_url="New Value") That should modify each repository in the database with the new URL. There's no undoing

Re:

2017-06-21 Thread Shilpa R
Ok. Actually I have machines which are Centos 5/6/7. And I will need Centos 5 support also for posting review requests on Review board Server. So on Centos 6 I have successfully connected to ReviewBoard Server with the help of 0.7 version RBTools. But whereas on Centos 5 I have installed 0.5

Re:

2017-06-21 Thread Shilpa R
Thanks Stephen. I missed one package installation due to which MYSQL option was not showing while installation. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy