Using the mod_svn module for apache, you can access the repository, but not through the SVN client, but also directly through HTTP using the same URL. In this case, you only get a regular directory list displaying a HEAD revision.
Is it possible (maybe via URL parameters) to get access to older versions of the SVN repository if they were copied / marked by the network in SVN?
I know that there is third-party software that allows you to do this as ViewCV or WebSVN, but I am interested in how far you get only a simple SVN repository, accessible through mod_svn and HTTP (S).
source
share