From a2ea92444848ea84bfd48be028936a0de06d5d91 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Wed, 3 Dec 2008 23:33:00 +0100 Subject: [PATCH] Added the File_Passwd dependency in the documentation. --- doc/syncsvn.mdtext | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/syncsvn.mdtext b/doc/syncsvn.mdtext index 140fd23..085f222 100644 --- a/doc/syncsvn.mdtext +++ b/doc/syncsvn.mdtext @@ -49,9 +49,13 @@ Now, you need to restart apache: ## InDefero Configuration -Based on the paths provided in the Apache configuration and if your -Apache server is serving the domain `www.mydomain.com`, the you need -to put the following in your configuration file: +First, you need to install the File_Passwd PEAR package: + + $ sudo pear install File_Passwd + +Then, based on the paths provided in the Apache configuration and if +your Apache server is serving the domain `www.mydomain.com`, the you +need to put the following in your configuration file: $cfg['svn_repositories'] = 'file:///home/svn/repositories/%s'; // We add "trunk" to invite people to checkout the trunk of the