1.

How To Setup A Svn Environment For Hybris Projects?

Answer»

Maintaining a version system for any project is one of the most crucial aspect. Hybris projects are not special in this regard. They also do have the same LIFE cycle in terms of development. We need to maintain different environments like SIT, UAT etc. To provide a local development environment is also equally important.

Since the size of OOB Hybris is huge, it is difficult to put everything in SVN (or GIT). Also it is not advisable. The hybris is improvising every day. A NEW release should not give us pain in terms of development.

The best practice for versioning a hybris project could be:

  • Put only custom folder, containing customized extensions to versioning software.
  • Pass latest local.properties, local extensions locally to each DEVELOPERS.
  • Maintain copy of latest local.properties, local extensions in each of servers like development and SIT, UAT etc.
  • Hybris software is wrapped around custom folder on each environment.
  • Media folder could possibly in SVN or can be passed locally like property files.

production environment, NORMALLY is not connected to SVN. Rather we take the most stable copy from UAT and deploy it using some deployment tool like , bamboo.

These core tutorials will help you to LEARN the fundamentals of Tableau. 

For an in-depth understanding and practical experience, explore SAP Hybris Training.

Maintaining a version system for any project is one of the most crucial aspect. Hybris projects are not special in this regard. They also do have the same life cycle in terms of development. We need to maintain different environments like SIT, UAT etc. To provide a local development environment is also equally important.

Since the size of OOB Hybris is huge, it is difficult to put everything in SVN (or GIT). Also it is not advisable. The hybris is improvising every day. A new release should not give us pain in terms of development.

The best practice for versioning a hybris project could be:

production environment, normally is not connected to SVN. Rather we take the most stable copy from UAT and deploy it using some deployment tool like , bamboo.

These core tutorials will help you to learn the fundamentals of Tableau. 

For an in-depth understanding and practical experience, explore SAP Hybris Training.



Discussion

No Comment Found