git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sitaram Chamarty <sitaramc@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Tim Visher <tim.visher@gmail.com>,
	Git Mailing List <git@vger.kernel.org>
Subject: Re: Make a non-bare repo bare.
Date: Fri, 17 Jul 2009 06:50:34 +0530	[thread overview]
Message-ID: <2e24e5b90907161820o5ee24491j8744a8652e7dec26@mail.gmail.com> (raw)
In-Reply-To: <7v8wio8i73.fsf@alter.siamese.dyndns.org>

On Fri, Jul 17, 2009 at 2:21 AM, Junio C Hamano<gitster@pobox.com> wrote:
> Sitaram Chamarty <sitaramc@gmail.com> writes:

>> The linked procedure uses git clone --bare.  It is my belief (and
>> please correct me if I'm wrong) that only a git clone --mirror
>> actually does what you want here -- a mere "bare" clone would lose
>> your remotes and their tracking branches would it not?
>
> Depends on "what you want here".
>
> I assumed that the request was to set up the most typical use of a bare
> repository, that is to prepare a distribution point, separate from your
> primary working repository with a work tree, from which you push your
> updates into this new bare repository.
>
> And in such a distribution point, you do not need nor want remotes.  The
> point of remote tracking branches is to let you peek what others are doing
> and merge with them, and that is done while you advance your history in
> your primary working area with the work tree.  It does not happen in your
> distribution point.

I agree, bares dont have remotes, normally.

I was speaking purely from a technical point of view.  Contrast, if
you will, with the other method seen in the thread and elsewhere (the
mv repo/.git repo.git, rm -rf repo, git config core.bare in repo.git
stuff), which does preserve all this.

Anyway, you confirmed my _understanding_ of clone bare versus clone
mirror, which is what I was looking for.  Thanks!

Sitaram

      reply	other threads:[~2009-07-17  1:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-15 21:43 Make a non-bare repo bare Tim Visher
2009-07-15 21:48 ` Paolo Bonzini
2009-07-16  0:54   ` Tim Visher
2009-07-16  2:19   ` Jeff King
2009-07-16  2:33 ` Junio C Hamano
2009-07-16  8:51   ` Graeme Geldenhuys
2009-07-16  8:55     ` Mike Ralphson
2009-07-16 20:47       ` Junio C Hamano
2009-07-17  3:59         ` Sitaram Chamarty
2009-07-16 11:39   ` Sitaram Chamarty
2009-07-16 11:47     ` Tim Visher
2009-07-16 20:51     ` Junio C Hamano
2009-07-17  1:20       ` Sitaram Chamarty [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2e24e5b90907161820o5ee24491j8744a8652e7dec26@mail.gmail.com \
    --to=sitaramc@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=tim.visher@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).