December 2006
subwiki.tigris.org
A wiki that uses Subversion for its data repository, implemented as a Python CGI.
SVK : decentralized version control system based on subversion
svk is a decentralized version control system built with the robust Subversion filesystem. It supports repository mirroring, disconnected operation, history-sensitive merging, and integrates with other version control systems, as well as popular visual merge tools.
October 2006
Ned Batchelder: Subversion branching quick start
by 6 othersBranching produces a split in a code stream: different developers can be working in alternate universes of the same set of code. Changes are made independently to each stream. Merging brings changes back together to combine the streams.
ikiwiki : wiki compiler
ikiwiki is a wiki compiler. It converts wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision control system such as Subversion.
1
(4 marks)