Jump to: navigation, search

Getting The Code

Revision as of 17:00, 13 July 2010 by MontyTaylor (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting the source code

Because we're in this interesting open-source-yet-hidden state this week, there are a few hitches in the system. You will not be able to view the swift or ozone code via the web ui, but you can branch using bzr. (This restriction will go away at 12:01am EST on July 19. :) )

Additionally, launchpad projects usually have a convenient URL shortcut to branch code, in the form of lp:projectname - this also will not work until next week.

For this week only to get the code, you need to do:

bzr branch lp:~swift-core/swift/trunk

or

bzr branch lp:~ozone-core/swift/trunk

You will also need to ensure you have logged in to launchpad with bzr. So the full walkthrough of getting started is:

bzr lp-login your-launchpad-id

then:

bzr init-repo swift
cd swift
bzr branch lp:~swift-core/swift/trunk

or:

bzr init-repo ozone
cd ozone
bzr branch lp:~ozone-core/swift/trunk