BLUF: I am looking for SCM best practices for large / complex java based project.
DETAILS:
In my environment we have a single production DB cluster that is being accessed concurrently by a variety of different web applications.
Our code is structured so that common functionality is extracted into separate projects and the resultant jars are then shared by the web applications.
I am looking for SCM best practices that would apply to this scale of development.
Through the reading I have done I have seen a number of SCM patterns like 'Main Line' mentioned. Is there a central repository of SCM patterns?
Thanks..