resources - Tool to manage and track versions of ide,programming languages,plugins etc -


can suggest tool(if exists) keep track of versions of resources use develop project?

i.e. project:myproject
ide:eclipse
php:5.0.2
ireport plugin:1.2.1
...

thanks.

one approach use source control: check in binaries (or installers) tools use along project. when upgrade tool, check in upgraded version, source control history includes needed build particular version of project. if want build last year's version of code, need in source control.

(disk space cheap, keep copy of everything)


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -