Hi Carlos,
as I see, your svnserve.conf contains:
[general]
anon-access = read
auth-access = write
password-db = passwd
You have enabled read access for anonymous (every) user. A checkout is a
read-only process, it's not required by subversion to write something
to the repository if you'll do a checkout.
Set
anon-access = none
and the client (svn, tortoisesvn, ...) should ask for user/password on
checkout.
Best Regards
Tobias
Carlos Menezes wrote:
> Hello ,
>
> My name is Carlos Menezes from Equipav company located in Brazil , I
> installed sub-version and Tortoise here in my enviroment but I'm facing
> a problem
> with password athentication , I don't know if I'm made some wrong
> configuration but the tortoise client is not asking user and password
> when I tried to perform checkout process / Commit or Update.Could you
> please help me if is possible ?
>
> Follow in attach the configurations files, ok ?
>
> Versions
> --------------
> TortoiseSVN 1.3.5, Build 6804 - 32 Bit
> Subversion 1.3.2,
>
> Thanks a lot.
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 14 07:41:35 2006