Subversion

We use subversion to develop the FreeWRT ADK, you can access it in various ways.

Stable Branch

The stable branch is in maintenance mode and we will only add important bugfixes, security updates and sometimes new packages. If you found a bug in our latest release, it would be really nice to test the stable branch, to see if the problem is already fixed. To download the stable branch please use one of the following commands, depending on the protocol you want to use:

  svn co http://www.freewrt.org/svn/branches/freewrt_1_0
  svn co https://www.freewrt.org/svn/branches/freewrt_1_0
  svn co svn://www.freewrt.org/branches/freewrt_1_0

Development tree aka trunk

If you want to help with development, get the latest code and start hacking! Please do not complain about any broken routers or non-working stuff on our mailinglists or in our IRC channel. Most of the time developers know exactly what is broken or unfinished, they just have not enough time to fix the issues. If you really want to help, please get in contact with us.

  svn co http://www.freewrt.org/svn/trunk/freewrt
  svn co https://www.freewrt.org/svn/trunk/freewrt
  svn co svn://www.freewrt.org/trunk/freewrt

for developers: notice that the base directory changed, so try to use

  svn co svn+ssh://www.freewrt.org/srv/svn

instead of:

  svn co svn+ssh://www.freewrt.org/svn

to change the base directory go to your working copy and type for instance:

  svn sw --relocate svn+ssh://www.freewrt.org/svn/trunk/freewrt \
                    svn+ssh://www.freewrt.org/srv/svn/trunk/freewrt