LunaSuite Pro Logo


Home

Announcements

Features

Documentation

Download

Support

Registration

Developers:
    Overview
    Requirements
    Architecture
    To-Do
    CVS Repository

LunaSuite Pro
Developers : CVS Repository



We have set up a CVS repository with the code that is publically available. To check out the code, use MacCVS. There are two modules, Sources and Scripts. They're the Sources and Scripts directories mentioned in the architecture document.

Below is how one would do a checkout under unix. Note that won't really do you any good as under unix you will only be able to look at the text files, not the layout files (NTK format):

$ cvs -z3 -d ":pserver:anonymous@cvs.lunatech.com:/projects/cvslunasuite/repo" \
login

Just type return at the password prompt.

$ cvs -z3 -d ":pserver:anonymous@cvs.lunatech.com:/projects/cvslunasuite/repo" \
checkout Sources
$ cvs -z3 -d ":pserver:anonymous@cvs.lunatech.com:/projects/cvslunasuite/repo" \
checkout Scripts

After that, you can keep up-to-date by going into the Sources and Scripts directories that's been created and typing:

$ cvs -z3 update -Pd

Developers that want write access to the repository, please send a message to me, and we'll agree on a username and password.


Miscelaneous

Besides the LunaSuite code, there's also some other stuff in the repository. There's some attempts at direct screen access using the Quickdraw interface, there's a Palm Pilot Emulator (that crashes after 50.000 instructions though), and some other misc stuff, mostly hacks that weren't finished.