[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with authentication

From: David Kramer <david_at_thekramers.net>
Date: 2004-10-05 21:49:33 CEST

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_at_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
Received on Tue Oct 5 21:50:20 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.