Subversion

From RepRap
Revision as of 23:30, 5 February 2016 by DavidCary (talk | contribs) (link to related articles, latest source code, etc.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article is obsolete. The latest RepRap source code is currently hosted at GitHub.

Subversion Repository

The source code for RepRap was once hosted on SourceForge. More information is available from the SourceForge subversion help page. Instructions on setting up a development environment on your computer are listed here for various operating systems. See SubversionCommitGuidelines for tips on committing improvements.

You can browse the repository via the web:
http://reprap.svn.sourceforge.net/viewvc/reprap/

Directory Structure

The repository is moderately large (40+ MB). To save bandwidth, please check out directories individually:

reprap/host - Java sources for the host computer
svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/software/host

reprap/mechanics - Designs for the machine's parts
svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/mendel/mechanics

svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/darwin/mechanics

svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/huxley

reprap/electronics - Designs for the machine's circuitry
svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/electronics

svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/darwin/electronics/

reprap/firmware - Software that runs on the machine's microcontroller (e.g. Arduino)
svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/software/firmware

svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/darwin/firmware/

If you must check out the entire repository, use:
svn co https://reprap.svn.sourceforge.net/svnroot/reprap