Wikidot projects are kept in the Subversion repository located at http://svn.wikidot.org/repos. There are several ways to use it:
Access
Public access: http://svn.wikidot.org/repos
Read-only, no-authentication, non-encrypted access for everyone. Use this to access all our projects.
Developer access: https://svn.wikidot.org/repos
SSL-enabled access, authentication required for commits. Recommended only if you are authorized to make direct commits.
Web access: http://svn.wikidot.org/svn
Great for online viewing, tracking changes. Based on the Sventon Web Client. Open to everyone.
Notifications
Currently there is no mailing list that would be pinged when commits are made to the repository. We are working on in, but meanwhile you could use RSS feeds that can be found in our svn web client.
Organization
Repository follows general layout rules: each of the projects contains trunk, branches and tags.
At the moment all the development is done in trunk.
Current projects are:
- wikidot1
- Wikidot version 1, equivalent of the software that is used to run http://www.wikidot.com
- wikidot2
- next generation of the Wikidot software, under heavy development
Quick examples
To checkout the latest revision of Wikidot v1 into the current directory, do:
svn checkout http://svn.wikidot.org/repos/wikidot1/trunk .
To checkout the latest revision of Wikidot v2 into the current directory, do:
svn checkout http://svn.wikidot.org/repos/wikidot2/trunk .
Developers will likely want to use https instead of http since commits can only be done using https.