rStep SVN Repository

Home » Projects » rStep » rStep SVN Repository

The schematic is designed in eagle and consists of a board layout, a schematic, and a library file.  The repository can be found here:

 

To download the files:

Command-line access to SVN

If you plan to make changes, use this command to check out the code as yourself using HTTPS:

 
 
 
# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://rstep.googlecode.com/svn/trunk/ rstep --username thereza

When prompted, enter your generated googlecode.com password.
 
 
 

Use this command to anonymously check out the latest project source code:

 
 
 
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://rstep.googlecode.com/svn/trunk/ rstep-read-only