使用Wamp设置SVN

时间:2013-01-30 20:01:06

标签: svn wamp

我想和其他人建立一个网站。为此,我相信带有WampServer的SVN存储库是最好的解决方案,不是吗?

但我安装它有问题。我已经按照本教程:http://www.reloadedpc.com/other/setup-wamp-svn-subversion-windows/

在我添加行之前:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

一切正常(WAMP图标为绿色)。但之后,WAMP图标为橙色。请问你能帮帮我吗 ?我已经尝试重新启动计算机了。

Wamp:2.2 SVN:1.6.6

我的日志:

[Wed Jan 30 21:20:26 2013] [notice] Apache/2.2.22 (Win64) PHP/5.3.13 configured -- resuming normal operations
[Wed Jan 30 21:20:26 2013] [notice] Server built: May 13 2012 19:41:17
[Wed Jan 30 21:20:26 2013] [notice] Parent: Created child process 5084
[Wed Jan 30 21:20:26 2013] [notice] Child 5084: Child process is running
[Wed Jan 30 21:20:26 2013] [notice] Child 5084: Acquired the start mutex.
[Wed Jan 30 21:20:26 2013] [notice] Child 5084: Starting 64 worker threads.
[Wed Jan 30 21:20:26 2013] [notice] Child 5084: Starting thread to listen on port 80.
[Wed Jan 30 21:20:26 2013] [notice] Child 5084: Starting thread to listen on port 80.
[Wed Jan 30 21:21:19 2013] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Jan 30 21:21:19 2013] [notice] Child 5084: Exit event signaled. Child process is ending.
[Wed Jan 30 21:21:20 2013] [notice] Child 5084: Released the start mutex
[Wed Jan 30 21:21:21 2013] [notice] Child 5084: All worker threads have exited.
[Wed Jan 30 21:21:21 2013] [notice] Child 5084: Child process is exiting
[Wed Jan 30 21:21:21 2013] [notice] Parent: Child process exited successfully.

2 个答案:

答案 0 :(得分:0)

如果我得到你说的是,在你添加那些LoadModule行之后它对你不起作用,最可能的问题是你有一个有故障的模块或者你错过了一个。检查错误日志,你应该知道发生了什么:

c:\wamp\logs\apache_error.log

答案 1 :(得分:0)

嗯,推荐的配置(在LoadModule部分中)是

LoadModule dav_module         modules/mod_dav.so
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so
  • dav_module,而不是dav=_module
  • 没有人讲述dav_fs_module