#4563 closed defect (fixed)
disable svn access from the web
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | postgis | Version: | |
Keywords: | Cc: |
Description
The subversion repository has been superceded by git, but it is still accessible. So people with existing svn checkouts who didn't notice or remember the git transition who do "svn up" and expect to be on master can be misled.
The desired property is that "svn up" (or "svn co") will fail, or perhaps will result in a checkout that is obviously not usable.
It seems useful to have the svn source browser in trac still work, in case there are source links in tickets. But that is not in conflict with svn from the internet being denied, perhaps by an acl.
See https://trac.osgeo.org/geos/ticket/934 for how this was done in GEOS
Done