On Oct 18, 2011, at 22:06, Eli Bocek-Rivele wrote: > Is there a way to have an expanded view into a repository's projects on NFS > such that a user can explore it in a shell in a read-only fashion?
The closest thing would be to serve your repository with mod_dav_svn with apache; you can then access it with any WebDAV-compatible client. If you want it read-only, you can make it read-only. http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html