


The trunk is also used for Foswiki extensions, which sometimes follow the same release cycle as the core code, but often don't. In the best case, the person doing the checkin will be able to almost immediately check the correct functioning of their checkin. This checkout area is kept up to date by cron job that runs every 10 minutes.
#Rapidsvn source git code
The code checked into the trunk will be used to drive a Foswiki at, which is used to serve the bugs database. Developers can also create other branches in the /scratch area if they want to try out new ideas. When a Foswiki release is made, then release branches are created to track minor fixes and security fixes to that code, so that the trunk can move ahead without getting dragged down by old releases. So you have to take great care checking code into the trunk.ĭue to the nature of development code, major bugs or issues will occasionally be encountered in this code. It is a requirement that the code on the trunk always works, and most developers rely on it always working for their development environments. The trunk is used to check in all bug fixes and new code targeted at the next major release. You don't have to use subversion to contribute to Foswiki, but you'd have to have a pretty strong reason not to. The Foswiki project has a subversion server at that we use to store and track changes to the Foswiki source code, and the source code of many extensions. There is also a book about Subversion usage online at A Windows shell extension client is available at, and a cross-platform GUI at. It records all the source code, and tracks changes to that source code. Subversion is a free revision control system. Trunk (bleeding edge, not for production use) Need help? Ask SvenDowideit (eastern hemisphere) or KoenMartens (western hemisphere) or get live support our IRC support channel.Want to contribute? RequestAccessToGit to introduce yourself and apply for access.Commit messages are sent to the DeveloperEventsMailingList.This page is primarily meant for developers that want to track latest changes and contribute code back to our SVN repository.
#Rapidsvn source git download
If you are user or admin using Foswiki, you can download the latest code using the instructions on this page, but be aware that this is not a stable release version! You are recommended to use the official releases (see Downloads for the latest release). We maintain our code using Subversion, SVN in short. This document is all about the nitty-gritty details of how we use Subversion to implement that process. See ProjectOverview for an overview of the development process, and how we do revision control.

SUBVERSION IS NOW READ ONLY See GitRepository for development information.
