home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / smalltal / 2341 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  2.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ac690
  2. From: ac690@cleveland.Freenet.Edu (Edward Klimas)
  3. Newsgroups: comp.lang.smalltalk
  4. Subject: Re: Version Control for ParcPlace SmallTalk 4.1
  5. Date: 22 Nov 1992 01:34:30 GMT
  6. Organization: Linea Engineering, Inc. Cleveland, Ohio
  7. Lines: 38
  8. Message-ID: <1emo36INNphs@usenet.INS.CWRU.Edu>
  9. References: <6800@m1.cs.man.ac.uk>
  10. Reply-To: ac690@cleveland.Freenet.Edu (Edward Klimas)
  11. NNTP-Posting-Host: slc4.ins.cwru.edu
  12.  
  13.  
  14. In a previous article, harwoodm@cs.man.ac.uk (Malcolm J. Harwood) says:
  15.  
  16. >
  17. >I am writing a final year degree project in SmallTalk, part of which
  18. >involves building a version control system. Admittedly I haven't actually
  19. >tried implementing it yet, but it seems like just a matter of getting
  20. >the compiler to look elsewhere instead of the system dictionary. (and 
  21. >building browsers etc. to access the different versions).
  22. >The conceptual simplicity and the usefulness of such a facility, leads
  23. >me to wonder what's so difficult about it that nobody appears to have
  24. >done this before.
  25. >Hense I would be very interested if anybody who has already tried this
  26. >could let me know wether is it actually possible, merely not worth the effort
  27. >or just a corperate secret.
  28. >Replies by email would be appriciated as I don't get to read news that
  29. >often these days.
  30. >Thanks,
  31. >    Malcolm.
  32. >
  33. >__________________________________________________________________
  34. > Malcolm J. Harwood
  35. > Department of Computer Science, University of Manchester, England
  36. > Email: malcolm@spec0.ee.man.ac.uk
  37. >
  38.     I think you need to take a close look at what is commercially
  39.     available already before trying to role your own (e.g. ENVY
  40.     and other products) as well as the written literature (e.g.
  41.     The Orwell System by Thomas et. al. in OOPSLA proceedings.)
  42.     There have also been a number of excelent articles in The 
  43.     Smalltalk Report (BTW Creating a usable code management system
  44.     is not an easy matter for any language.  Please don't underestimate
  45.     the market requirements for a usable CMS system for ST.  
  46.     The 3 attempts that I am aware of by individuals to role 
  47.     their own quickly went down in flames due to overconfidence
  48.     and naivette of what it takes to do it right)
  49.  
  50.     Ed Klimas
  51.