git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] Git looks for repository in wrong directory
@ 2008-07-03  0:16 David ‘Bombe’ Roden
  2008-07-03  0:31 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: David ‘Bombe’ Roden @ 2008-07-03  0:16 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 904 bytes --]

Hi.

The following sequence:

mkdir r1
cd r1
git init
echo a > a
git add a
git commit -m "a"
cd ..
git clone r1 r1.git
cd r1
echo b > b
git add b
git commit -m "b"
cd ..
git ls-remote r1
git ls-remote r1/.

shows that Git searches for a repository in the wrong place. I think the last 
two commands should output exactly the same but "git ls-remote r1" actually 
lists the contents of "r1.git". Is that a bug or is this (extremely 
confusing) behaviour intended?

This also afflicts the behaviour of "git-pull" and friends. I cloned a 
directory and tried to pull new commits but I repeatedly got stuck with an 
older commit. I have to move a second directory that was named like the first 
directory, only with an appended ".git", out of the way so that I could 
access the repository I asked for.

Used Git version is 1.5.6.1 on Linux 2.6.25.6 (Gentoo/x86).


	David

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-03 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03  0:16 [BUG] Git looks for repository in wrong directory David ‘Bombe’ Roden
2008-07-03  0:31 ` Junio C Hamano
2008-07-03  1:05   ` David ‘Bombe’ Roden
2008-07-03 19:28     ` Junio C Hamano

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).