Re: Using revision control software with SBML files?
01 Mar '12 12:19
> Do you all think that revision control software (such as git or svn
> or whatever) is a good tool for model development in a group
> environment?
Indeed, yes, since SBML files are line-oriented text files, setting up a git or svn networked repository would seem like a great way to go. Things like diff should work as expected, you can log reasons for changes, you can generate logs of changes, etc.