This forum is no longer active. Please post your questions to our new community site
SVN integration in redmine
|
|
First of all great job, it was really easy to install the stack and already iam loving it. But i have a problem and i am looking for an answer already for 4 days. When we go to redmine i logged in as admin created a project granted managers access to a user and then logged out en logged in we got a feeling that svn is nog really connected with redmine and we were thinking if we install this stack its easy to use svn since tx for you help and sorry we are not knowlegdeable enough, hope somebody can help cheersn |
|
|
Thanks a lot!!
Yes of course, see this link to the Redmine repository of the Redmine project.
No I think, Redmine only let to show the repository and view diff, statistics, etc. Maybe you can find more information in the Redmine project web page.
Sorry I do not understand the question and I do not know subeclipse.
No you are not stupid of course, take a look this link. The currently Redmine Stack does not configure automatically Redmine to manage the repositories but I think that you can configure manually. Please, if you get Redmine to manage the svn repository post the solution to other BitNami users. Thanks. |
|
|
According to http://www.redmine.org/wiki/redmine/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl , one piece that is missing from the current Redmine Stack is the Apache mod_perl integration. I don’t know enough about how the Bitnami stack operates “under the hood”, but I think the cleanest approach would be to add mod_perl to the Redmine Stack. Is this difficult to do? Other options I have considered include trying to install a system mod_perl and somehow use it from the Redmine apache server, or maybe just using the system apache server instead of the Redmine one. So far I haven’t heard of anyone else successfully trying this on the Redmine Stack, but perhaps I overlooked somebody. Any ideas? |
|
|
Hi Paul, We do not have plans to include mod_perl on Bitnami (it is heavyweight, and would also mean shipping a Perl runtime). Your best bet is to get it working on system apache and use that instead of the Redmine Apache |
|
|
I really like everything about the Bitnami Redmine stack EXCEPT that the advanced SVN integration is not there already. |
|
|
Hi, Yes, I agree with you. This feature would be great for Redmine Stack. It is a bit difficult because we should ship Perl in the Stack but we have this integration in our TODO list. Thanks for the suggestion. Cheers. |
|
|
Thank you, I look forward to it as I am in installation hell right now getting this to integrate properly… hopefully I don’t have to do this too many more times before you integrate it. Is there some problem with mod_dav_svn.so in \subversion\bin? but I can’t seem to get it to load. C:\Program Files\BitNami Redmine Stack\apache2\bin>httpd -t the file is definitely there and security is set to everyone/full control just to see if it was a security issue. Thanks. |
|
|
actually I forgot I needed to copy the DLLs too or point to the modules in the subversion/bin folder but it’s still got an error: C:\Program Files\BitNami Redmine Stack\apache2\bin>httpd -t |
|
|
It seems that the Subversion module is not compatible with the Apache version. Could you download a new version of Subversion and try using these modules? http://subversion.tigris.org/files/documents/15/44095/svn-win32-1.5.4.zip Cheers. |
|
|
yes, was going to do that today… 1.4.6 is a bit old anyway. Thanks |
|
|
Are there any plans afoot to integrate the subversion repository creation into future Redmine Stacks? With my limited skills this would be a major help and would provide an easy admin subversion server. |
|
|
Hi, I do not think so. The repository creation is very simple you only have to run a command, but the configuration requires more work. It is difficult to configure during the installation because it requires to create some users, passwords, ssh keys, etc and maybe the user do not want to use Subversion or he would like to use an existing repository. You can take a look to the 9.4 section in the README file to configure Subversion server easily. Cheers. |

