vote up 1 vote down star
1

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

flag

3 Answers

vote up 4 vote down check

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

link|flag
1  
It is perforce orientated but I think it's also an excellent book on SCM in general – zebrabox Oct 5 at 21:03
I own this book and agree with your comments. – Craig Harris Oct 7 at 1:47
vote up 0 vote down

Some books on SCM patterns and principles:

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.