Jump to content

Shared libraries


frodohtx

Recommended Posts

I have libraries that are shared by several projects.  I would like to share the libraries (with source) among the several projects so that checking in source for a library is duplicated among all projects.

For example, let's consider two projects: FOO and BAR and there are shared libraries LIBY and LIBZ.  So, my workspace would be something like...

  FOO
    LIBY
    LIBZ
  BAR
    LIBY
    LIBZ

Any change in LIBY or LIBZ should duplicate to the projects that are consuming the libraries.  I'm not sure how to implement this in PlasticSCM.

Thank you for your consideration.

Link to comment
Share on other sites

Hi,

Are you aware of the Xlinks feature?

https://www.plasticscm.com/documentation/xlinks/plastic-scm-version-control-xlinks-guide

I think it fits very good with the scenario you are describing.

If the libraries are shared between different projects, we have a blog post explaining this use case:

http://blog.plasticscm.com/2014/08/how-to-share-engine-repository-between.html

Regards,

Carlos.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...