cancel
Showing results for 
Search instead for 
Did you mean: 

What hybris code base to commit on code repository

Former Member
0 Kudos

I'm new to hybris .. I want to commit hybris code base to git or svn but I don't know the structure what should I commit to the repository. Should I commit all the extensions or is there any recommended way to start with that. Any help would be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

bhavirisetty
Active Participant
0 Kudos

Hi,

Just commit your newly created extensions not all package extensions. And don't commit generated files such as GenClasses, classes, jalo , addon files etc...

For better , do ant clean before commit your extension files so that generated files will be deleted during clean operation.

Don't commit IDE related files such as ee .prefs etc..

Thanks

Former Member
0 Kudos

Many thanks. So if we want to set up a new environment (for instance a new developer joins the team) do you recommend:

a) install Hybris from scratch, install Telco Accelerator, and then pull our extensions from SVN b) Keep a copy of Hybris with Telco Accelerator pre-installed, and then pull our extensions c) Some other way?

TIA Hamza

Answers (1)

Answers (1)

former_member708417
Participant
0 Kudos

Hi,

As phani suggested first do ant clean and commit the custom folder under bin directory. Also config directory under hybris directory.