I have hybris custom extension in svn and hybris package in local machine. I need to use svn custom extension so that i can commit my module changes/updates to svn server. How to edit custom extension path in localextensions.xml to use svn code with hybris package?
How To use svn code base(custom extenstion) in hybris environment?
699 views Asked by Nithyanandan Sathiyanathan At
1
So my understanding is you want your extensions save in a different folder than say hybris/bin/myextensions, is this correct?
If so this is not a problem. To do this create your folder where you want to save your extensions, like you've said you have done. Open up your localextensions.xml in the config.
Include your extensions like this:
Once you build these extensions should be built too.