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

svn:// auth problem

From: Григорий Ситнин <g.sitnin_at_mtc.ru>
Date: 2004-06-12 15:05:17 CEST

Hello, all.

I've just installed SVN at my FreeBSD box, created repository, in
which created svnserve.conf:

---
[general]
anon-access = write
auth-access = write
[users]
password-db = svn_pass_flow
realm = FlowRealm
---
and in that directory i have created file named svn_pass_flow:
---
gregor=******
---
Next, i have started svnserve by this command:
   /usr/local/bin/svnserve -d -r /data/svn
At my windows box, i have called this command:
   svn import flow svn://new.mtc.ru/data/svn/flow -m "Just created" --username gregor --password ******
The import have been success, but it was anonymous (no author).
I've changed "anon-access" option to "none" and tried to view log
again:
---
>svn log -v svn://new.mtc.ru/flow --username gregor --password ******
svn: No access allowed to this repository
---
What am I doing wrong?
My needs is very simple: I want to disallow anonymous access and I
don't want to use any other protocols.
Can you halp me?
-- 
Best regards.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 12 15:06:28 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.