##// END OF EJS Templates
svn: added example to check version of loaded mod_dav_svn module.
marcink -
r3228:cf42fa59 default
parent child Browse files
Show More
@@ -18,7 +18,8 b' Prerequisites'
18 .. tip::
18 .. tip::
19
19
20 We recommend using Wandisco repositories which provide latest SVN versions
20 We recommend using Wandisco repositories which provide latest SVN versions
21 for most platforms.
21 for most platforms. If you skip this version you'll have to ensure the Client version
22 is compatible with installed SVN version which might differ depending on the operating system.
22 Here is an example how to add the Wandisco repositories for Ubuntu.
23 Here is an example how to add the Wandisco repositories for Ubuntu.
23
24
24 .. code-block:: bash
25 .. code-block:: bash
@@ -76,6 +77,12 b' Once installed you need to enable ``dav_'
76 LoadModule headers_module modules/mod_headers.so
77 LoadModule headers_module modules/mod_headers.so
77 LoadModule authn_anon_module modules/mod_authn_anon.so
78 LoadModule authn_anon_module modules/mod_authn_anon.so
78
79
80 .. tip::
81
82 To check the installed mod_dav_svn module version, you can use such command.
83
84 `strings /usr/lib/apache2/modules/mod_dav_svn.so | grep 'Powered by'`
85
79
86
80 Configuring Apache Setup
87 Configuring Apache Setup
81 ========================
88 ========================
General Comments 0
You need to be logged in to leave comments. Login now