|
Version Control with Subversion - httpd, the Apache HTTP server - Authentication Options
Authentication Options
At this point, if you configured
httpd.conf to contain something like
<Location /svn>
DAV svn
SVNParentPath /usr/local/svn
</Location>
...then your repository is “anonymously”
accessible to the world. Until you configure some
authentication and authorization policies, the Subversion
repositories you make available via the
Location directive will be generally
accessible to everyone. In other words,
-
anyone can use their Subversion client to checkout a
working copy of a repository URL (or any of its
subdirectories),
-
anyone can interactively browse the repository's
latest revision simply by pointing their web browser to
the repository URL, and
-
anyone can commit to the repository.
[an error occurred while processing this directive]
|
|