You are here
Scott - Wed, 2016/08/24 - 21:32
I just launched a Micro Redmine server on AWS. When I go to Projects>git-helloworld>Repository I get 404 - "The entry or revision was not found in the repository". I have tried destroying and re-launching a new appliance. I have tried adding a new repository. Any guidance would be greatly appreciated.
Forum:
Follow-up
I also tried to create a new repository using the istructions at https://www.turnkeylinux.org/forum/support/20100914/how-setup-git and got the same behavior on the new Project. It seems the link in the Redmine virtual appliance to Git repositories is somehow not working. I can select Repository for the other projects, just not Git projects.
Hi Scott
Is this launched from AWS Marketplace? Or the Hub?
Also can you please confirm the TurnKey version? If you are not sure, please post the output of "turnkey-version".
Regardless, I have opened an issue on our tracker: https://github.com/turnkeylinux/tracker/issues/691
[update] I have just confirmed this issue in v14.1. Apologies that this slipped through our testing. We'll work on a fix.
So as I noted, I can reproduce this issue
This is the process step-by-step that I used to test:
The missing ingredient is using the .git subdir!
Looking at the source code for the appliance it appears that the build code (when the appliance was last rebuilt) made the same mistake. I'm not sure if this is due to some sort of change in Redmine or git, or whether it's been a regression in our build code. The fact that the tutorial you link to also makes the same mistake makes me think that something must have changed in Redmine and/or git...
Regardless, it turns out that the bug was noted previously and a fix provided for the appliance, but the app hasn't been rebuilt since then... So silly me just wasted a ton of time on something that was already fixed... Doh! So we just need to rebuild the appliance so this bug is no longer there...
Add new comment