You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Kramer <da...@thekramers.net> on 2004/10/05 19:49:33 UTC

Problem with authentication

I'm just starting out with svn; be gentile.

I'm playing around with authentication now.  In my project's svnserve.conf 
file, I have
anon-access = none
auth-access = write
...
david = svndavid

I can play with the permissions in that file, and the response I get from
the svn client changes, so I know I am editing the right file.  It does
not seem to be asking me for a username and password, and when I specify
one, it seems to not authenticate anyway.

$ svn --username david --password svndavid update
svn: No access allowed to this repository


I even tried ssn+ssh to localhost.  That seemed to work, except it asks me 
for my password twice, for some reason.  Can anyone tell me why?
$ svn checkout svn+ssh://localhost/data/subversion/bufflog/trunk
Password:
Password:
A  trunk/bufflogtest.c
A  trunk/bufflog.c
A  trunk/bufflog.h
A  trunk/makefile
Checked out revision 7.


$ svn info
Path: .
URL: svn://localhost/bufflog/trunk
Repository UUID: f5f87d5e-a2e5-0310-9a52-86ae53826fc2
Revision: 7
Node Kind: directory
Schedule: normal
Last Changed Author: david
Last Changed Rev: 7
Last Changed Date: 2004-10-04 16:53:11 -0400 (Mon, 04 Oct 2004)


What am I missing?
Thanks in advance.

----------------------------------------------------------------------------
DDDD   David Kramer         david@thekramers.net       http://thekramers.net
DK KD  
DKK D  "You can build a throne out of bayonets,
DK KD  but you can't sit on it for very long.
DDDD                                                         - Boris Yeltsin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org