+ Reply to Thread
Results 1 to 1 of 1

Thread: Accessing Project Kusu Source Code

  1. #1
    vbseo's Avatar
    vbseo is offline Member
    Join Date
    March 16th, 2008
    Posts
    79
    Blog Entries
    2
    Downloads
    114
    Uploads
    37

    Default Accessing Project Kusu Source Code

    If you're looking for anonymous subversion access, you can run the following command to grab the latest code:

    Code:
    $ svn co http://svn.osgdc.org/kusu-repo/kusu/trunk
    
    Kusu requires the primitive project, which it should pull during build time. However, if you wish to access the source:

    Code:
    $ svn co http://svn.osgdc.org/kusu-repo/primitive
    
    Once you've done the initial checkout, you can stay up to date by:

    Code:
    $ svn up
    
    Last edited by George Goh; May 20th, 2009 at 11:22 PM.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts