On Sat, Jun 2, 2012 at 8:03 AM, Dirkjan Ochtman <d...@gentoo.org> wrote:
> On Sat, Jun 2, 2012 at 12:59 PM, Rich Freeman <ri...@gentoo.org> wrote:
>> It appears that devs will have to add the remote for the live
>> repository after they've cloned the bundle - otherwise they'll just
>> keep pulling from the bundle which isn't all that convenient.
>
> I think you still misunderstand. As I understand Robin, we wouldn't
> even offer up a clone of the full-history bundle, it would only be
> offered as a normal download. The default workflow is cloning from the
> shallow version, which will obviously give you the desired remote.

I wasn't talking about full-history.

I was talking about the fact that we're distributing a bundle.  If you
clone a bundle, you won't have a remote for the live repository.  You
would need to add it, unless you plan to never push a commit back to
the gentoo repository, and you plan to manually download bundles
anytime you want to update your local repository.

I'm not sure how exactly Robin was planning on making the full history
available, but it sounded like it would also be distributed as a
bundle.  That means that you can certainly clone it - just type git
clone path-to-locally-saved-bundle-file .  If it is in some other
format like a pack file then you would import it into a repository via
a different command.

Rich

Reply via email to