Projects
Wiki     Timeline     Roadmap     Browse Source     View Tickets     New Ticket     Search

Changes between Version 1 and Version 2 of CalDAVClientLibrary


Ignore:
Timestamp:
03/25/08 12:17:08 (5 years ago)
Author:
cdaboo@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CalDAVClientLibrary

    v1 v2  
    3737The runadmin.py script will run the XML directory admin tool. 
    3838 
     39== GETTING IT == 
     40 
     41=== Checking out the sources with Subversion === 
     42 
     43Use Subversion to obtain a working copy of the source code.  The following command will check out the latest version of CalDAVClientLibrary: 
     44 
     45{{{ 
     46svn checkout http://svn.macosforge.org/repository/calendarserver/CalDAVClientLibrary/trunk CalDAVClientLibrary 
     47}}} 
     48 
     49Graphical clients which support Subversion are also available, including Apple's [http://developer.apple.com/tools/xcode/ XCode] IDE.  Consult the documentation for your chosen client for information on how to check out source code. 
    3950 
    4051== SHELL TOOL ==