views:

126

answers:

3

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..

A: 

Some books on SCM patterns and principles:

Brandon E Taylor
+1  A: 

I liked the online article High-level Best Practices in Software Configuration Management.

starblue
+4  A: 

Practical Perforce includes a great deal of general SCM advice, but also gives the specific Perforce commands required to perform the actions recommended.

Note that this book was written by a Perforce employee...

Bill Michell
It is perforce orientated but I think it's also an excellent book on SCM in general
zebrabox
I own this book and agree with your comments.
Craig Harris