tags:

views:

211

answers:

2

Possible Duplicate:
Using MSSQL backend for Subversioning Repositories

can we use sqlserver as backend in subversion(instaed of fsfs)?

+3  A: 

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.

Source

Espo
A: 

It is NOT Possible.

NinethSense