How to Source Code Control for SuiteCRM: Any suggestion?

Currently I am using SVN for the job but have a difficult time upgrading from one version to another.

Can some one suggest the process for source control please?

  • What source code control method do you use for SuiteCRM? git or svn?
  • Which directory should be in or out?
  • How to do an upgrade safe modification?

Hi there,

We use git for our version control. What problems are you having upgrading? Which version are you upgrading from? What is your Server/PHP/MySQL setup? What is in your sugarcrm.log?

Thanks,

Will.

I’m doing modification based on SuiteCRM and would like to know which directory structure should not include or ignore in the source control. Can you show me some example, please?

Hi there,

If you navigate to our Github repository you will find the .gitignore file which includes all files/folders which should be ignored.

Thanks,

Will.