Hi Davide, I would not check the Jackrabbit repository into SVN. I think this will make you very unhappy in the long run. The repository content certainly cannot be merged, that will break the internal formats.
If you *really* need a shared repository, look at configuring a JackRabbit cluster which your developers all use. However, I think a more usual way to work is for each developer to have his own instance. Such content as should really be transported between developers can normally be checked into the module JAR projects in the form of bootstrap files. If your developers are working on templates and content more than JAR files, then I would recommend installing *one* shared instance of magnolia, and using the inplace-templating module to store the templates directly in magnolia's JCR. All the developers can just work on the same magnolia instance, they'll need to coordinate a bit to not actually modify the same template at the same time, but normally that's no problem. In order to comfortably edit the templates, use the webdav module to expose the templates in your file-system, and edit them with your favourite editor. Regards from Vienna, Richard > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:user-list-owner@magnolia- > cms.com] Im Auftrag von Davide Gurgone (via Magnolia Forums) > Gesendet: Donnerstag, 13. März 2014 16:17 > An: Magnolia User List > Betreff: [magnolia-user] Develop in team > > Hi all, > I'm sorry, I'm charging this forum to any kind of request... > > I'm working in team where no one knows magnolia, on a new project. > > We are using SVN as versioning system and we are versioning the jackrabbit > repository, but I don't know what is the best practice for the development. > > Is it possible to put jackrabbit also under versioning? Is there a way to > merge > changes from each team member? > > We can also use a network shared directory or a DBMS like mysql, but in this > case we have no way to work offline... > > How can you work together each one in a separate place? > > Thanks a lot! Davide. > > -- > Context is everything: http://forum.magnolia- > cms.com/forum/thread.html?threadId=dacbff3f-0ce9-4293-b8b2- > b5c1843568b7 > > > ---------------------------------------------------------------- > For list details, see http://www.magnolia-cms.com/community/mailing- > lists.html > Alternatively, use our forums: http://forum.magnolia-cms.com/ > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
