CalDAVTester: Source Code Repository
The source code to CalDAVTester is available via a Subversion repository. You can obtain the code using a WebDAV client, or use Subversion to check it out from the repository.
Browing the Repository Online
You can browse the repository in two ways:
The Trac browser is particularly convenient for online browsing because it offers a few features that connecting directly to the Subversion server does not. In particular, it has a nice interface that allows you to view more information, including commit logs, change sets, and revision history.
One advantage of browsing the Subversion repository directory is that the URLs in your web browser are the same URLs you can use with Subversion commands.
Checking out the sources with Subversion
First, you will need a Subversion client.
A list of pre-built executables of the Subversion command line client for various platforms is avaliable from subversion.tigris.org. Mac OS X users can get an installer from metissian.com. Mac OS X version 10.5 (Leopard) includes the Subversion command line client in the Developer Tools package. See the Subversion documentation for details on using Subversion.
You can then use Subversion to obtain a working copy of the source code. The following command will check out the latest version of CalDAVTester:
svn checkout http://svn.macosforge.org/repository/calendarserver/CalDAVTester/trunk CalDAVTester
Graphical clients which support Subversion are also available, including Apple's XCode IDE. Consult the documentation for your chosen client for information on how to check out source code.
