On Sat, 2009-05-23 at 11:37 -0400, Owen Williams wrote: > On Tue, 2009-05-19 at 15:16 -0700, Albert Santoni wrote: > > Hey Owen, > > > That said, we might as well move the SQLite branch over to Bzr. I've > > just done a branch import request on Launchpad for the SQLite branch. > > If you look at the list of branches, you should see a > > ~vcs-imports/mixxx/features_sqlite branch: > > https://code.launchpad.net/mixxx > > In a few hours, its "Last Commit" field should change from "This > > branch has not been imported yet." to something else, which should > > hopefully tell us that the branch has been imported. After that, I > > think we'll magically be able to check it out. Once that's up, that's > > where you and I should work on the library. > > 4 days later, launchpad is still reporting that the branch has not been > imported yet :/. > > owen
Yeah, I noticed. This is rather annoying. The Launchpad docs say they basically have to do the import process by hand, so maybe the import guy is on vacation or something at the moment: https://help.launchpad.net/Code/Imports What you can do in the meantime is checkout the original Features_sqlite branch from SVN and work on that: svn co https://mixxx.svn.sourceforge.net/svnroot/mixxx/branches/Features_sqlite/mixxx mixxx_sqlite If you want to switch over to the Bzr branch once it's imported, you can make a patch of your changes to the SVN checkout by running "svn diff > mypatch.patch" and then apply it to the BZR checkout ("patch -p0 < mypatch.patch" from inside the BZR branch's directory). Sorry about the inconvenience, I wasn't expecting this to take so long. Thanks, Albert ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
