+ Reply to Thread
Results 1 to 2 of 2

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.

  2. #2
    simonyanix is offline Junior Member
    Join Date
    April 18th, 2008
    Location
    Beijing, China
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    This co address is not working anymore.
    I have a checkout copy of trunk before today I "svn up"ed it and all contents are gone! (deleted)

    Can you please update the new address?
    I reject your reality and substitute of my own!

+ 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