Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-16 Thread Neil Beresford
Christian, thanks again - you are right, the install seems to be just broken. For ease and to save time, I will re-install on a linux system as it's only needed in-house. If I get any answers from Bitnami I will make sure to post them here - just incase someone else has this issue. thanks,

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-16 Thread Neil Beresford
Good morning all, firstly thanks for all the quick replies. Christian - as it's windows - I followed the links and installed from here - https://bitnami.com/stack/reviewboard-plus-powerpack ... there was no errors and I assumed it all went ok. I will follow Erik's advice and

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread Christian Hammond
It's possible the patch fixes the problem if you run prepare-dev.py prior to running `setup.py develop` (generally, you should run the latter first -- prepare-dev.py is mostly running it to sanity-check). We'll take a look and see if that fixes this particular problem for development servers.

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread Erik Johansson
Hi again, At least for prepare-dev.py it seems to be a problem with ordering. As it is now, pkg_resources.iter_entry_points("reviewboard.scmtools") does not return any entry points. Applying the attached patch fixes that. No idea if that is the correct fix, but it seems to work here at least. //

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread Erik Johansson
Hi, As an experiment I removed my virtualenv and created a new one. Then I ran python setup.py develop in djblets master followed by python contrib/internal/prepare-dev.py and ./contrib/internal/devserver.py. The installation had no scmtools registered. % ./reviewboard/cmdline/rbsite.py manage .

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread David Trowbridge
This sounds like the tools didn’t get properly registered. You can run: rb-site manage /path/to/site registerscmtools To try this again. It’s possible it failed due to some dependency issue, but that command should show you the relevant error in that case. -David On Sun, Oct 15, 2017 at 9:15 AM

Re: Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread Erik Johansson
Hi, I've seen the same thing when setting up reviewboard for development. For me the problem was solved by removing the database and setting it up from scratch. I assumed it was something in my environment, but perhaps it's a real bug? Anyway, you could try dropping the database and creating the

Issue: Only team foundation available when adding repository (Windows install)

2017-10-15 Thread Neil Beresford
just install review board on our local server (Windows server 2008) and noticed, when adding a repository - the only options available are for the team foundation. There is no option to support GIT, SVN etc as per the old version. Am I missing sometihng? many thanks, Neil --