NOTE: Day Planner no longer uses the subversion repository. Visit our git page for more information about the new repository.
You have two choices when using the Day Planner SVN. You can either use the daily automated
development snapshots available here, or use a raw subversion repository as explained below.
Download the Day Planner svn with the commandline subversion client with one of the following commands:
svn co http://svn.gna.org/svn/dayplanner/trunk dayplanner
svn co svn://svn.gna.org/svn/dayplanner/trunk dayplanner
Day Planner will then be downloaded to the subdirectory dayplanner/ of your current working directory.
You can also download a specific branch (such as version 0.8) or tag (such as release 0.8.1). Do this by
changing the svn.gna.org/svn/dayplanner/trunk part of the command. Like this:
svn co http://svn.gna.org/svn/dayplanner/branches/0.8
You can also view the Day Planner SVN repository online at http://svn.gna.org/viewcvs/dayplanner/
NOTE: the subversion trunk is the version of Day Planner currently in development.
It should not be considered stable and you should only use it for testing purposes

