This forum is no longer active. Please post your questions to our new community site

Recent Posts by steeleprice

Subscribe to Recent Posts by steeleprice 4 post(s) found

21 Mar, 2009 04:30 PM
Avatar steeleprice 4 post(s)

Topic: Redmine / SVN integration in redmine

yes, was going to do that today… 1.4.6 is a bit old anyway. Thanks

 
20 Mar, 2009 06:42 PM
Avatar steeleprice 4 post(s)

Topic: Redmine / SVN integration in redmine

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
httpd: Syntax error on line 87 of C:/Program Files/BitNami Redmine Stack/apache2
/conf/httpd.conf: API module structure ‘dav_svn_module’ in file C:/Program Files
/BitNami Redmine Stack/apache2/modules/mod_dav_svn.so is garbled – expected sign
ature 41503232 but saw 41503230 – perhaps this is not an Apache module DSO, or w
as compiled for a different Apache version?

 
20 Mar, 2009 06:33 PM
Avatar steeleprice 4 post(s)

Topic: Redmine / SVN integration in redmine

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?
I copied it to apache2\modules and use:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

but I can’t seem to get it to load.

C:\Program Files\BitNami Redmine Stack\apache2\bin>httpd -t
httpd: Syntax error on line 86 of C:/Program Files/BitNami Redmine Stack/apache2
/conf/httpd.conf: Cannot load C:/Program Files/BitNami Redmine Stack/apache2/mod
ules/mod_dav_svn.so into server: The specified module could not be found.

the file is definitely there and security is set to everyone/full control just to see if it was a security issue.

Thanks.

 
20 Mar, 2009 03:14 PM
Avatar steeleprice 4 post(s)

Topic: Redmine / SVN integration in redmine

I really like everything about the Bitnami Redmine stack EXCEPT that the advanced SVN integration is not there already.
This really makes integrating Subversion MUCH better with redmine.
The biggest reason we even want to use the Bitnami Stack is so we don’t have to configure all this junk.
I believe that if you are going to give us the stack with SVN included, it should at least have the option to do this integration
without having to go through all the hassle…
maybe you could include it this way:
http://www.redmine.org/wiki/redmine/HowTo_to_handle_SVN_repositories_creation_and_access_control_with_Redmine
but that only works with the Linux side, not Windows… I would really like to see the perl interation method included because it is NOT trivial to setup on your stack. The whole point of having Redmine is to have this integration so we don’t have to manage users and repositories outside redmine.