Basic FAQ
From The Player Project
m (Reverted edits by BobbyJones (talk) to last revision by Rmattes) |
(→How do I get the latest code?) |
||
Line 271: | Line 271: | ||
Player is in SVN. To check out Player, use this command: | Player is in SVN. To check out Player, use this command: | ||
<pre> | <pre> | ||
- | svn | + | svn checkout svn://svn.code.sf.net/p/playerstage/svn/code/player/trunk player |
</pre> | </pre> | ||
Line 279: | Line 279: | ||
</pre> | </pre> | ||
- | Gazebo is | + | Gazebo is now hosted at [http://www.gazebosim.org gazebosim.org]. Please see their [http://www.gazebosim.org/downloads.html Downloads] page for more information |
- | + | ||
- | + | ||
- | + | ||
===Branches=== | ===Branches=== | ||
To check out a branch from SVN, say, the release-3-0-patches branch of Player: | To check out a branch from SVN, say, the release-3-0-patches branch of Player: | ||
<pre> | <pre> | ||
- | + | svn checkout svn://svn.code.sf.net/p/playerstage/svncode/player/branches/release-3-0-patches player-3.0.x | |
+ | </pre> | ||
+ | |||
+ | Recent releases of Stage are git tags in the Stage github repository. After cloning the git repository with the directions above, you can check out tags like so: | ||
+ | <pre> | ||
+ | git checkout v4.0.0 | ||
</pre> | </pre> | ||
- | To check out Stage 3.2, use this command: | + | Older release of Stage are still in subversion. To check out Stage 3.2, use this command: |
<pre> | <pre> | ||
- | svn | + | svn checkout svn://svn.code.sf.net/p/playerstage/svn/code/stage/branches/release-3-2-patches stage_3.2 |
</pre> | </pre> | ||