Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've recently been involved in a project in which Software Configuration Management has played a crucial role. However, I believe my skills in SCM are lacking.

What reading (books,articles, etc...) would you recommend on SCM Best Practices?

I'm not looking for books on SCM tools. I've already got that skill set covered :)

share|improve this question
+ for interesting question. I want to get answers now ! – KLE Aug 30 '09 at 12:40

5 Answers

up vote 4 down vote accepted

Source Control Howto is a classic from Eric Weblog (Eric Sink)

The chapter 7 of "Practical Perforce" (available online) on "how Software Evolves" is very interesting on the nature of branches.

share|improve this answer

SCM is a quite involved topic and in my experience fully utilised in large enterprises with very formalised processes (CMM level 4 as an example). Source control/branching/merging is just a small part of SCM. It is more important to know the concepts and processes. In one of my earlier companies where I worked the SCM was based on IEEE SWEBOK. I think this is still a good reference, SWEBOK Chapter 7

share|improve this answer
Very interesting. +1 – VonC Aug 30 '09 at 8:17
  1. Software Configuration Management Patterns: Effective Teamwork, Practical Integration
  2. Continuous Integration: Improving Software Quality and Reducing Risk

The first is recommended for people who prefer to have a bird's eye view of all the processes that would constitute a SCM process. In fact, you'll find this discussed as the SCM pattern language in the book.

The second book, although not truly an SCM book in whole, is recommended since most of the best practices in SCM, have eventually made their way into CI. CI is incomplete without several basic constituents of a good SCM process - a version control repository, unit testing, integration builds, code policies etc.

share|improve this answer

A great book for an SCM Manager and roadmap for the needs of the department can be found in Software Configuration Management Implementation Roadmap.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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