This forum is no longer active. Please post your questions to our new community site
Redmine Adv. SVN Integration + HTTPS & Redirect to Root
|
|
Hi, First of all thanks for creating the Virtual Appliances and for the very good wiki. Currently I have a problem I can’t figur out. We downloaded the VM (OpenSuse) and made a few adjustments: - Advanced integration Redmine/Subversion (worked) Still everything is good. => Advanced integration doesn’t work anymore. If I create a project within Redmine it doesn’t get created in subversion. Error-Message in reposman.log: Can someone give me a hint, where to look? I changed the directory in the crontab but it didn’t help and the key is correct. Thanks |
|
|
Hi, It is possible that you have to add allCONNECT directive in your configuration. Take a look at http://httpd.apache.org/docs/2.2/mod/mod_proxy…. |
|
|
Hi Beltrán, I followed your advice and added the allowconnect to the virtualhosts and loaded them in Apache 2 but it didn’t help. We thought it would be an error in the crontab, thus we changed the directory but we still get the same error. Here is our crontab-statement: And here the redmine.conf: <VirtualHost *:80>
ProxyPass / balancer://redminecluster <Proxy balancer://redminecluster> PerlLoadModule Apache::Redmine
FYI: I think there is a typo in the 2nd signing step of the howto for creating certificate: http://wiki.bitnami.com/Components/Apache#How_t….3f installdir/apache/conf/server.key -days 365 => shouldn’t it be apache2/conf….? Thanks for the help! Christian |
|
|
Thanks for reporting it, I fixed the wiki. I’m afraid that i can not help you with this. |
|
|
Hi Beltrán, since I made the following crontab entry I receive an other error changed: (IP at URL and the port of subversion after localhost New Crontab Entry: Heres the error: querying Redmine for projects… Maybe you can help us out with this? Note: wenn I put a / before the localhost ( /localhost) I just receive this in reposman.log querying Redmine for projects… no further error but nothing happens |
|
|
Hi Beltrán, We got it fixed, at least partial. We had to change the crontab entry. I suggest to include this also in the wiki-documentation as this is probably something for everybody: … /opt/bitnami/apps/redmine/extra/svn/reposman.rb —redmine-host localhost:3001/ —svn-dir … I hope this helps! Christian |
|
|
I’m glad to hear this. Thanks for posting the solution, we will add this in the Wiki. |

