TNT Logo

About the CVS Repository

The CVS repository on tnt.makkintosshu.com was set up to host the source code to software developed by Morgan Aldridge. For the time being all the source code and associated media is the copyrighted property of the author (Morgan Aldridge) unless otherwise specified. You may download and view the source code and included media, but it may not be modified or distributed under any circumstances without the author's written permission. Eventually some of this code may go open source, but for the time being it is not.

Source Code Modules

The following is a list of current source code modules in the CVS repository:

  • MovieViewer

Logging Into The CVS Repository

You can use the following command to connect to the repository anonymously:

cvs -d:pserver:anonymous@tnt.makkintosshu.com:/Users/Shared/Repository login

Checking Out Source Code Modules

You can use the following command to check out a source code module once you have logged into the repository:

cvs -d:pserver:anonymous@tnt.makkintosshu.com:/Users/Shared/Repository checkout module

Where "module" is the name of the source code module you wish to check out.

Updating Checked Out Source Code Modules

You can update a source code module which you have already checked out by cd-ing into the module's directory and using the following cvs command:

cvs -d:pserver:anonymous@tnt.makkintosshu.com:/Users/Shared/Repository update -dP

Logging Out of The CVS Repository

Once you have finished checking out or updating your local copy of a module, you'll need to disconnect from the repository using the following cvs command:

cvs -d:pserver:anonymous@tnt.makkintosshu.com:/Users/Shared/Repository logout

Committing Changes to Checked Out Source Code

For security reasons, you can only check out source code from the repository with the anonymous account. In order to be able to submit changes you must have an account on the server with ssh access. To get such an account, e-mail morgant (at) makkintosshu (dot) com with your request. If given such an account further instructions will be provided.

Made on a Mac Powered by Mac Powered by Darwin
Powered by Apache

This page is copyright (©) 2001-2002 Morgan Aldridge
Mac, Darwin, and the Apple logo are registered trademarks of Apple Computer, Inc.
Validate this page