Is anyone aware of a way to access all revisions of a subversion repository within a file system? I would really benefit from being able to reference a file locally as, for example, "/var/svn/repo/rev4235/project/trunk/file.c" or such like.
I can fairly straightforwardly write some scripts to manually stage different versions of files out of subversion in a manually created directory tree or something, but directly reaching into svn would be much more preferable.
[aside: I'm aware of svnfs but this only presents the current revision, and whilst I've been able to create the exact functionality I need on apache, I can't see any way to maybe mount that web server e.g. httpfs (needs file range access which I don't think is possible infront of a mod_dav_svn service) or mod_dav & davfs etc... (can I provide read only mod_dav access infront of mod rewrite infront of mod_dav_svn??!?!)]
Thanks
Chris