| resources: | Home History Source Code Members Bugs |
|---|
Source Code
The hovercraft source code is currently contained in both CVS and Mercurial. Conversion from CVS to Mercurial is currently underway but is a low priority. We recommend first checking in hg for the source you're looking for then falling back to CVS.
Mercurial
- View the source using the HG web interface
- Get a local copy of the source by performing the following:
hg clone http://hg.mozdev.org/hovercraft/
- To commit to the repository you must first have commit access to the
project. Then be sure you are committing the SSL version of the repository. You
can do this several ways:
hg push https://hg.mozdev.org/hovercraft/
- edit your .hg/hgrc file to have a paths section similar
to the following:
[paths] default = http://hg.mozdev.org/PROJECT/ default-push = https://USER:PASS@hg.mozdev.org/PROJECT/
CVS
- View the source using the CVS web interface
- Check out the source using anonymous CVS with the following commands (password is guest):
cvs -d :pserver:guest@mozdev.org:/cvs login cvs -z3 -d :pserver:guest@mozdev.org:/cvs co hovercraft/src hovercraft/www
CVS client and Help Documentation links:
- CVS - Open Source Version Control
- Ximbiot - CVS Wiki
- Tortoise CVS (client)
- WinCvs (client)
- Using Tortoise CVS for Revision Control
- MozDev WinCVS Setup
- WinCVS - How to Use WinCVS
- WinCvs Daily Use Guide
Mercurial client and Help Documentation links:
- Mercurial (quickstart)
- Distributed Revision Control with Mercurial (hgbook)
- GUI Clients and other tools
Today’s VCS Commits for the hovercraft project
There are no commits for the specified period