|
From: Larry L. <la...@fu...> - 2002-12-04 21:52:53
|
Here is my current methodology writeup, for Mimsy: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mimsy/mimsy_docs/methodology.xml?rev=1.3&content-type=text/vnd.viewcvs-markup I ask that you all please add one relevant item to this list, by Friday. Just pick a programming methodology or "pattern", describe this methodolgy, describe its purpose, and explain its role (or lack of role) in Mimsy. If you look at the above link, the format should be straight-forward. This should take no more than an hour. The relevant CVS commands, to edit this file (replace developername with your sourceforge login name: If you have never run sourceforge CVS, do this once: $ ssh cvs.mimsy.sourceforge.net (Type in your sourceforge password. You will be immediately logged out) Next: $ export EDITOR=emacs (or vi, or pico, or whatever your preferred editor is) $ export CVS_RSH=ssh $ cvs -d:ext:dev...@cv...:/cvsroot/mimsy co mimsy_docs $ cd mimsy_docs $ emacs/vi/pico methodology.xml (add your stuff) $ cvs ci methodology.xml At this stage, your editor will open. Type in a log message, describing your change. Congratulations--you have just used CVS. -- Lawrence S. Lansing RPI Class of 2003 |