From: "Santi Béjar" <santi@agolina.net>
To: Christophe de Dinechin <christophe.de.dinechin@gmail.com>
Cc: git@vger.kernel.org, Christophe de Dinechin <christophe@dinechin.org>
Subject: Re: Memory of past repositories in git remote?
Date: Wed, 25 Mar 2009 13:05:21 +0100 [thread overview]
Message-ID: <adf1fd3d0903250505o38e0ac54jcf07f4425eee0a6@mail.gmail.com> (raw)
In-Reply-To: <784F93DB-2D7C-4F48-88E8-BF56F01CD1E2@dinechin.org>
2009/3/25 Christophe de Dinechin <christophe.de.dinechin@gmail.com>:
> Here are the details. I created a git repository in /home/ddd/vmm, impored
> some Subversion history, and started working with that. I created a few
> branches, e.g. one called "perrier". Then, I realized that there was a
> better way to track Subversion changes, and so I moved the old repository as
> /home/ddd/vmm.git, and created a new one that I populated with "git svn
> clone svn+ssh://path/to/repot -T trunk -b branches -t users". That new
> repository has no branch named "perrier" in it.
Git tries different url: $url/.git, $url.git and $url (I'm not sure
about the order).
So having $url and $url.git is asking for problems. I don't know if it
is documented somewhere.
HTH,
Santi
next prev parent reply other threads:[~2009-03-25 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-25 11:47 Memory of past repositories in git remote? Christophe de Dinechin
2009-03-25 12:05 ` Santi Béjar [this message]
2009-03-25 14:51 ` Christophe de Dinechin
2009-03-25 14:22 ` Michael J Gruber
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=adf1fd3d0903250505o38e0ac54jcf07f4425eee0a6@mail.gmail.com \
--to=santi@agolina.net \
--cc=christophe.de.dinechin@gmail.com \
--cc=christophe@dinechin.org \
--cc=git@vger.kernel.org \
/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).