I have SVNManager setup and running on my local Windows env, Apache 2.0.58, php 5.2.2 and on mysql 4.something.
It seems to run fine, but when I create users the passwd file on the box is not being updated
with the added user and password. The authz file for access control to and within the repo, seems fine.
Hi all
I have SVNManager setup and running on my local Windows env, Apache 2.0.58, php 5.2.2 and on mysql 4.something.
It seems to run fine, but when I create users the passwd file on the box is not being updated
with the added user and password. The authz file for access control to and within the repo, seems fine.
Here is a snippet of my config.php file.
>>>>>
$htpassword_cmd = "c:\\Apache Group\\Apache2\\Apache2\\bin\\htpasswd";
$svn_cmd = "c:\\svn1.4.3\\bin\\svn";
$svnadmin_cmd = "c:\\svn1.4.3\\bin\\svnadmin";
//Subversion locations
$svn_repos_loc = "c:\\myRepo";
$svn_passwd_file = "c:\\myRepo\\passwd";
$svn_access_file = "c:\\myRepo\\authz";
>>>>>
The next step after I have all this working 100% on this windows box is to do it again, on our linux server.
Any help would be gladly appreciated.
Thanks in advance for any help.