Sharing common resources across multiple projects
Posted: Wed Apr 15, 2015 3:10 pm
We have several projects that share a common folder of resources. The resources folder contains elements such as bibliography, templates, entities etc. This works right now because we have all the projects in the same git repository as the resources folder and are thus versioned together.
Like so:
- common_resources
- projectA
- projectB
- projectC
Now we want to split each project into its own git repository, but still keep the resources shared across projects. It is important to keep track of the version of the common_resources that a given project uses.
Is there any support in Oxygen for this kind of setup or do we have to roll our own tool?
Like so:
- common_resources
- projectA
- projectB
- projectC
Now we want to split each project into its own git repository, but still keep the resources shared across projects. It is important to keep track of the version of the common_resources that a given project uses.
Is there any support in Oxygen for this kind of setup or do we have to roll our own tool?