cinna
unread,May 31, 2008, 2:06:48 AM5/31/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Subversion SVN
Hi,
I'm using subversion 1.4 on linux with svnserve.
In my repo, svnserve.conf is:
[general]
anon-access = read
auth-access = write
password-db = passwd
realm = Cinna Repo
while passwd file is:
[users]
cinna = helohelo
In checkout (svn co svn://cinna@localhost/reponame) no password
required, and all runs.
When I try to commit some changes, the response is:
svn: Commit failed (details follow):
svn: Authorization failed
but it never asks me the password.
The problem still remain also deleting the .subversion dir in my
homedir.
If I change in svnserve.conf
anon-access = none
during checkout it asks me the password and typing it all runs ok. So
I think that the passwd file is right.
But during commit the problem also remain.
Can anyome help me?
Bye
Cinna