This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:redmine_svn_integration [2009/10/25 23:46] razvan |
tutorials:redmine_svn_integration [2020/07/20 09:16] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Redmine and Subversion integration = | + | ====== Redmine and Subversion integration |
| - | * This tutorial is about using native Redmine accounts for Subversion repository access. | + | |
| - | * Useful links | + | * Useful links |
| - | ** [[http:// | + | * [[http:// |
| - | ** [[http:// | + | * [[http:// |
| - | ** [[http:// | + | * [[http:// |
| - | == System settings == | + | ===== System settings |
| - | * Debian GNU/Linux 5.0 Lenny, Apache2, MySQL5, Redmine 0.8< | + | |
| koala:~# cat /etc/issue | koala:~# cat /etc/issue | ||
| Debian GNU/Linux 5.0 \n \l | Debian GNU/Linux 5.0 \n \l | ||
| Line 28: | Line 28: | ||
| </ | </ | ||
| - | * Redmine installation folder is {{{/ | + | |
| - | == First steps == | + | ===== First steps ===== |
| - | * install required packages< | + | |
| apt-get install libapache2-svn libapache-dbi-perl libapache2-mod-perl2 libdbd-mysql-perl libdigest-sha1-perl | apt-get install libapache2-svn libapache-dbi-perl libapache2-mod-perl2 libdbd-mysql-perl libdigest-sha1-perl | ||
| </ | </ | ||
| - | * enable Apache2 modules< | + | |
| a2enmod dav | a2enmod dav | ||
| a2enmod dav_svn | a2enmod dav_svn | ||
| Line 42: | Line 42: | ||
| </ | </ | ||
| - | == Apache2 configuration == | + | ===== Apache2 configuration |
| - | * Perl module configuration< | + | |
| koala:~# cd / | koala:~# cd / | ||
| koala:/ | koala:/ | ||
| </ | </ | ||
| - | ** It's {{{/ | + | |
| - | * Add the following lines to the Apache2 site configuration file< | + | * Add the following lines to the Apache2 site configuration file< |
| PerlLoadModule Apache:: | PerlLoadModule Apache:: | ||
| < | < | ||
| Line 72: | Line 72: | ||
| Replace {{{databasename}}}, | Replace {{{databasename}}}, | ||
| - | == Git integration == | + | ===== Git integration |
| - | === Prepare === | + | ==== Prepare |
| - | * Enable {{{dav_fs}}} module< | + | |
| a2enmod dav_fs | a2enmod dav_fs | ||
| </ | </ | ||
| - | * Add the following lines to the Apache2 site configuration file< | + | |
| + | ./ | ||
| + | </ | ||
| + | * | ||
| Alias / | Alias / | ||
| < | < | ||