This forum is no longer active. Please post your questions to our new community site
Cannot enable Advanced Subversion Integration on ami-0227d96b
|
|
Hi, I have started up an instance of the Amazon Web Services pre-built AMI “bitnami-redmine-1.1.3-1-linux-ubuntu-10.04-ebs (ami-0227d96b)” and I wanted have Redmine automatically create and manage the Subversion repository and credentials. I followed the steps on the following Wiki page: After creating a new project and waiting got the Subversion repository to be created I get the following error message when issue a “svn info ”http://77.77.77.77/svn/testproj">http://77.77.77.77/svn/testproj —username myuser —password mypassword" command A valid repository is being created, on AWS VM, this gives me valid repository details: These are the actual steps that I used (fake IP/Keys/usernames/passwords substituted) cd /opt/bitnami
Also tried this afterwards from a bitnami redmine forum suggestion: == apps/redmine/conf/redmine.conf ======
<Proxy balancer://redminecluster>
PerlLoadModule Apache::Redmine
============= Thanks in advance for your help! John |
|
|
Hi,
Are you trying form the same machine? Maybe it is necessary to open a port in the Ubuntu firewall (and if you want to access to svn from outside, you also have to open a prot in the AWS firewall). You can find more info at http://wiki.bitnami.com/Virtual_Appliances_Quick_Start_Guide#How_to_configure_the_Firewall.3f |
|
|
Hi Beltrán, Yes, I have tried from outside the instance. I am based in Ireland (IRL), the AWS Instance machine is based in somewhere in the east coast USA …. Your suggestions … To demonstrate that it is a valid, working Subversion repository bitnami@ip-10-212-94-187:/opt/bitnami$ sudo svn log file:///opt/bitnami/repository/svn/testproj Initial import Outside of the AWS Instance …. IRL> svn info svn://77.77.77.77/svn/testproj5 —username myusername —password mypassword I am by no means a linux guru, are there any log files that I can look at to give more information? Thanks again, John |
|
|
Hi, I’ve made some typos in my last reply … “http://77.77.77.77/svn/testproj5” should read “http://77.77.77.77/svn/testproj” Thanks, John |
|
|
Hi, Could you specify the full path of your repository? http://YOUR_IP/opt/bitnami/repository/svn/testproj You can find more info about how to change the Subversion URL at http://wiki.bitnami.com/Components/Subversion#How_to_configure_the_repository_URL.3f |
|
|
Hi, Here are the direct links for you to try … svn info http://75.101.148.165/svn/testproj6 The repository via Redmine is … Hope this helps. Have you tried to reproduce what I’m seeing on the Bitnami AMI that I have used? Was SVN set-up successfully with the steps from the Wiki page? Thanks, John |
|
|
Hi, Yes, we checked the configuration in the AMI. Check the following section in the redmine.conf file and replace it from “localhost” to “all”:
|
|
|
Hi Beltran, I have tried your above suggestion, but it has not worked, I still get this error … I tried to get the list of libraries loaded by Apache using the command “apachectl -t -D DUMP_MODULES” and I got the following error Thanks again for you help, John
Attached Files |
|
|
… adding to my last post …
When I restart the servers via sudo bash ctlscript.sh restart, it does not complain about the error reported by apachectl -t -D DUMP_MODULES. |
|
|
Hi, No sorry, you can fix the apachectl issue adding the subversion/lib path in the LD_LIBRARY_PATH in the apache2/bin/envvars file. We will fix this issue for the next release but not sure what could be the problem with Redmine and Subversion. Please check the following guide and maybe you find more help http://opendesignengine.net/projects/ode/wiki/I… |

