##// END OF EJS Templates
svn: Add template to generate the apache mod_dav_svn config for all repository groups.
svn: Add template to generate the apache mod_dav_svn config for all repository groups.

File last commit:

r1:854a839a default
r558:f9cad2b3 default
Show More
__init__.py
11 lines | 173 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
'ibmdb2',
]