Jump to: navigation, search

Difference between revisions of "Getting The Code"

Line 37: Line 37:
 
bzr init-repo ozone
 
bzr init-repo ozone
 
cd ozone
 
cd ozone
bzr branch lp:~ozone-core/swift/trunk
+
bzr branch lp:~ozone-core/ozone/trunk
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 13:45, 15 July 2010

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/ozone/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/ozone/trunk