INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
DEPRICATED! Using SVN instead. Orca CVS usage.
CVS is a version control system. For general information on using CVS, see the CVS manual.
Cervisia is a Graphical front-end for CVS, useful for doing the complex things like merges and branch creation. On Debian systems you can install it with: # apt-get install cervisia
Developers' CVSROOTs should look like: :ext:my_sf_name@orca-robotics.cvs.sourceforge.net:/cvsroot/orca-robotics To have this automatically loaded, put the following line into your .bashrc file or similar. Remember to replace 'my_sf_name'. alias orcacvs='cvs -d :ext:my_sf_name@orca-robotics.cvs.sourceforge.net:/cvsroot/orca-robotics' Then type in this in a terminal: $ orcacvs checkout orca2
cvs -z3 -d:pserver:anonymous@orca-robotics.cvs.sourceforge.net:/cvsroot/orca-robotics co orca2 |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)