Has anyone attempted to use SQL Server Database as a Subversion file system back end?
So that all Subversion Repositories would be stored in a SQL Database instead of a flat fi
This is not feasible. The entire core of subversion would need to be rewritten. Subversion does support a Berkeley db implementation, and with the proper tools, this db could be exported to mssql for reporting.