I'm starting to reuse code in a couple different systems and ideally I do not want to manually manage the version control of the code and related objects.
Anyone have a good solution out there or a good start to one? I am not quite to the point of investing the time to write the whole thing from scratch (yet) although my first thought is some custom properties for identifying version. I'd probably some sort of central version checking database to compare object versions and move them around between/among the relevant systems although more elegant ideas or solutions are welcome.
Anyone have a good solution out there or a good start to one? I am not quite to the point of investing the time to write the whole thing from scratch (yet) although my first thought is some custom properties for identifying version. I'd probably some sort of central version checking database to compare object versions and move them around between/among the relevant systems although more elegant ideas or solutions are welcome.