-1

Possible Duplicate:
Using MSSQL backend for Subversioning Repositories

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

bahrep
  • 29,961
  • 12
  • 103
  • 150
  • 1
    A duplicate thread available here: http://stackoverflow.com/questions/398802/using-mssql-backend-for-subversioning-repositories – NinethSense May 13 '09 at 09:44

2 Answers2

3

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
  • 41,399
  • 21
  • 132
  • 159
0

It is NOT Possible.

NinethSense
  • 8,824
  • 2
  • 23
  • 23