Subversion
From Fxp Wiki
Installation de Subversion pour windows
svnadmin create d:\Subversion\fxp
C:\Documents and Settings\fx>svn import d:\wamp\www\phpBB2 file:///d:/Subversion/fxp/ -m "Initial import"
- Take a version of Apache 2 before 2.2 (so maybe 2.0.x)
- in apache2/conf/httpd.conf, uncomment the line :
LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so
- And add just afterwards the lines:
LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so
- Copy some files from subversion/bin to Apache/modules
- the two .so files : mod_dav_svn.so and mod_authz_svn.so
- the .dll files: I found out that apache needs one of them to start, by copying all of them I solved radicaly the problem. If you know which is the right one, tell me.
- If you have already another apache running, change the listening port in httpd.conf
You should be able to start apache
Date:Apr/01/2007
