| Version 3 (modified by mornifle, 3 years ago) |
|---|
Mercurial mirror of the trunk
http://hg.plopbyte.net/osg-trunk/
Mercurial
- on Windows
- TortoiseHG : http://tortoisehg.codeplex.com/releases/view/39796
- on Mac
- hg :command line mercurial
- on Linux
- hg : command line : apt-get install mercurial #emerge mercurial
Learning Mercurial
Workflow
This workflow is intended for users who need to stay on top of OpenSceneGraph activity but do not intend to modify it for they own need nor contribute some enhancements or bug correction back.
Initial checkout
hg clone http://hg.plopbyte.net/osg-trunk/
Update
hg pull -u
