Possible Duplicate:
Using MSSQL backend for Subversioning Repositories
can we use sqlserver as backend in subversion(instaed of fsfs)?
Possible Duplicate:
Using MSSQL backend for Subversioning Repositories
can we use sqlserver as backend in subversion(instaed of fsfs)?
Sorry, Subversion only offers two types of repository storage — FSFS (Fast Secure File System) and Berkeley DB. FSFS works faster on directories with a large number of files and takes less disk space, due to less logging.[3] Subversion has some limitations with Berkeley DB usage leading to repository corruption and data loss when a program that accesses the database crashes or was terminated forcibly.