opinkerfi / adagios

Adagios - Web Based Nagios Configuration
GNU Affero General Public License v3.0
330 stars 75 forks source link

Possible to use svn instead of git for audit trail? #539

Closed druchoo closed 9 years ago

palli commented 9 years ago

There is no code that allows for svn support instead of git. although technically it would not be hard to implement. It would need something similar to the githandler in pynag.

Another question worth asking: Is there any reason to implement svn support, if we have git support already ?

tomas-edwardsson commented 9 years ago

My vote goes for keeping things simple, git covers most of the things we need and I think trying to support both subversion and git will bite us in the long run.