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

Why no login asked by SVN?

From: mclai <mclai_at_mail.com>
Date: Sat, 26 Sep 2009 18:56:55 -0700 (PDT)

I just newly installed and configured both SVN v1.6.5 and TortoiseSVN v1.6.5
on Windows XP professional with service pack 3. Everything seems working
fine in both the TortoiseSVN client and command prompt client. I can
import, add, checkout, update, commit, delete, revert,... but I am surprised
that none of the clients requires any login information. I have never
supplied one. I also checked the directory "%APPDATA%/Subversion/auth/" and
found nothing (except for a few empty folders).

In my svnserve.conf of the repository, I use the generic approach that has
the following few lines (no path-based authorization).

********************
# anonymous users
anon-access = none

# authenticated users
auth-access = write

password-db = passwd

realm = My First Repository for test

********************

In the password file (i.e., "passwd"), I followed the format to create
users/passwords.

Anyway, as you can see, the anonymous users are set to none but it seems
that there is no authentication needed at all. Is there something I've
missed or done wrong?

Any thought? Thanks.

-- 
View this message in context: http://www.nabble.com/Why-no-login-asked-by-SVN--tp25630223p25630223.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2400843
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-27 06:43:24 CEST

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.