I recently installed VisualSVN Server and have several repositories migrated to the server. It works charmingly.
However, I was wondering, is it possible to host files that are not in a repository within the local network using VisualSVN Server in addition to the hosted repositories?
Specifically, All of my repositories are stored in the local directory F:Repositories they are accessible in a browser via "https://MyServer.com/svn/". What I want to do is leave the repositories mapped to that location so they are accessible as usual, but I also want to host files in C:\Data and/or F:\Data somewhere using the same instance of Apache. I would like to host it in either "https://MyServer.com/Data/" or something similar even as a subdirectory of /svn/. Can I do this and if so how?
I couldn't find any documentation on doing this. So I have tried editing the *.conf files that are used to configure Apache server in the VisualSVN Server in a number of ways, but have been entirely unable to make any headway.