Re: Authentication
From: Paul Puschmann <paul.puschmann_at_medcom-service.de>
Date: 2004-06-29 15:47:09 CEST
> How to use authentication in Tortoise svn?
I you want to use Apache2 for network access of your repos, you can use
e.g. you can use a passwordfile (htpasswd) and use it in the following way:
<Location /my_repo>
# Limit write permission to list of valid users.
AuthType Basic
Perhaps you have to create an alias, too.
Kind regards,
Paul
---------------------------------------------------------------------
|
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.