vote up 2 vote down star

In organisations where you have large numbers of applications, written in a myriad of languages running on innumerable platforms and databases how do folks manage the release of builds and patches, particularly when some of the releases are 3rd party? I know there a whole bunch of "Release Management" applications out there, but I'd be interested to know what experiences people have had.

To clarify, this isn't a question on configuration management, although that might be a small part of it. I'm more interested in managing software releases and the interdependencies and prerequisites that stem from that.

flag

1 Answer

vote up 1 vote down

You can use NDepend to know and control exactly what you use from tiers library. I wrote an article about this Controlling the usage of libraries

link|flag
A key criteria for me here is that the solution needs to be cross platform and language agnostic. Besides that, it's not just libraries I want to track it's every component of a software solution, from config to database to binaries and everything in between. – ninesided Dec 16 '08 at 6:04

Your Answer

Get an OpenID
or

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