CamelBones

An Objective-C/Perl bridge framework

 
 
Home / Download / CVS
 
 

Downloading from CVS

Introduction

General instructions for checking the latest development copy out of CVS can be found on the CVS page on the SourceForge server. An introduction to CVS can be found here.

Please keep in mind that what you'll get from CVS is the latest, bleeding-edge code. It may not compile on your system. It might delete every file in sight. If you're lucky, it might even work. Have the appropriate amount of fun!

Snapshots

Occasionally it's useful to release a "snapshot" binary for limited testing by the adventurous, before making a general release. Here's where you'll find those.

Log in

To log in to CVS, use the following. When using anonymous access, the full -d option given here is required with every command. It is listed simply as "-dpath" in the rest of the examples here for brevity's sake.

cvs -d:pserver:anonymous@camelbones.cvs.sourceforge.net:/cvsroot/camelbones login

No password is needed for anonymous access, so when you're prompted for one, simply press Return.

Branches and tags

There are currently two code branches - the main branch (or "trunk") is where ongoing development of the latest version happens. It's what you'll get if you do a default checkout, without specifying any branches or tags:

cvs -z3 -dpath checkout -P CamelBones

There is also a "maintenance" branch. This is where maintenance tasks for the current "stable" release are done. The current maintenance branch is 'maint-0-2', and you can check it out like this:

cvs -z3 -dpath checkout -P -r maint-0-2 CamelBones