Hello, I have Installed Bitnami Subversion Server on Windows XP. Also i installed Subersion client to access the repository to commit and upload the files in Subversion Server. I configured the basic authentication method in svn but its not working (not asking for authetication and when try to commit some files or folders then it will not give infomation about Author). My configuration files are:
File: C:Program FilesBitNami Subversion Stackrepositoryconfsvnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = My First Repository
File: C:Program FilesBitNami Subversion Stackrepositoryconfauthz
[groups]
4MW = us1,hk1
[/]
@4MW = rw
[http://172.31.198.64:122/subversion/Internal]
@4MW = rw
[http://172.31.198.64:122/subversion/External]
@4MW = rw
File: C:Program FilesBitNami Subversion Stackrepositoryconfpasswd
[users]
us1 = us1
hk1 = hk1
Please let me know what i am missing.
Thanks