Jump to content

ENVY/Developer: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
A source code management system initially developed for use with [[SmallTalk]] and then known as '''Orwell''', when a number of the original developers left to found [[Object Technology International|OTI]] the Orwell system was re-written from scratch as a tool to help with development of the ENVY/Smalltalk development system. After IBM took over OTI, ENVY/Developer was folded into the Enterprise versions of [[VisualAge Smalltalk]] and in IBM documentation is often referred to as just ENVY.
A source code management system initially developed for use with [[Smalltalk]] and then known as '''Orwell''', when a number of the original developers left to found [[Object Technology International|OTI]] the Orwell system was re-written from scratch as a tool to help with development of the ENVY/Smalltalk development system. After IBM took over OTI, ENVY/Developer was folded into the Enterprise versions of [[VisualAge Smalltalk]] and in IBM documentation is often referred to as just ENVY.


Unlike the open source tools most people are familiar with the ENVY system is not file based (check-in, check-out metaphor).
Unlike the open source tools most people are familiar with the ENVY system is not file based (check-in, check-out metaphor).
Line 13: Line 13:


==Publications==
==Publications==
* Pelrine; Knight; Cho: ''Mastering ENVY/Developer'' - Cambridge University Press 2001, ISBN 0-521-66650-3
==Links==
* [http://c2.com/cgi/wiki?EnvyDeveloper Basic info on Envy/Developer] - From the programming Wiki
* [http://c2.com/cgi/wiki?EnvyDeveloper Basic info on Envy/Developer] - From the programming Wiki
* Bobby Woolf/Knowledge Systems Corporation: [http://c2.com/ppr/envy/ Partitioning Smalltalk Code into ENVY/Developer Components]
* Bobby Woolf/Knowledge Systems Corporation: [http://c2.com/ppr/envy/ Partitioning Smalltalk Code into ENVY/Developer Components]
* [http://people.engr.ncsu.edu/efg/517/f04/common/lectures/lectures/lec3/envyin10.html ENVY - The 10 Minute Guide]
* [http://people.engr.ncsu.edu/efg/517/f04/common/lectures/lectures/lec3/envyin10.html ENVY - The 10 Minute Guide]
* Jan Steinman and Barbara Yates: [http://www.bytesmiths.com/Publications/9209Envy.html Object Technology's ENVY/Developer] - A review from The Smalltalk Report, October 1992.
* Jan Steinman and Barbara Yates: [http://www.bytesmiths.com/Publications/9209Envy.html Object Technology's ENVY/Developer] - A review from The Smalltalk Report, October 1992


[[Category:MS Windows Tools]]
[[Category:Smalltalk]][[Category:Software Configuration Management]]
[[Category:Smalltalk]]
[[Category:Java Tools]]
[[Category:Software Configuration Management]]

Revision as of 10:45, 25 July 2017

A source code management system initially developed for use with Smalltalk and then known as Orwell, when a number of the original developers left to found OTI the Orwell system was re-written from scratch as a tool to help with development of the ENVY/Smalltalk development system. After IBM took over OTI, ENVY/Developer was folded into the Enterprise versions of VisualAge Smalltalk and in IBM documentation is often referred to as just ENVY.

Unlike the open source tools most people are familiar with the ENVY system is not file based (check-in, check-out metaphor).

Version

  • Last known separate version: Release 3.01 for Western products, Release 3.02 for Japanese products.
  • There was no Release 2 branch
  • Last known Release 1 branch version: Release 1.43

Author

Publications

  • Pelrine; Knight; Cho: Mastering ENVY/Developer - Cambridge University Press 2001, ISBN 0-521-66650-3

Links