> I've had a request to restrict access to revisions of certain SVN projects in > a > repository older than a set revision number. My repo is accessed via Apache > HTTPS. Has anybody had any experience of this or would know where to start? > I'm guessing it could be possible in the httpd config to deny access if the > http > request contains the revision, but I'm not sure what modules or config would > allow this. Any help would be greatly appreciated.
Copy at the lowest revision to a new path and restrict users to that path. Of course, this doesn't help if you are beyond that rev. It may be something you can do with a hook script. Not sure. BOb