git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-mv fails with "source directory is empty" when it should not
@ 2006-12-03 13:57 Sergey Vlasov
  2006-12-03 19:42 ` [PATCH] git-mv: search more precisely for source directory in index Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2006-12-03 13:57 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

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

Hello!

In some cases git-mv fails with "source directory is empty" when this
is definitely not the case.

Example (run in an empty directory):

$ git init-db
defaulting to local storage area
$ mkdir ab; touch ab.c; touch ab/d
$ git add .
$ git commit -m 'initial'
Committing initial tree f2dd231ec22a1d4376d4a6eadf49d87dd34ac2a0
$ git mv ab a
fatal: source directory is empty, source=ab, destination=a

However, at this point the source directory is definitely not empty:

$ git ls-tree -r HEAD
100644 blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391    ab.c
100644 blob e69de29bb2d1d6434b8b29ae775ad8c2e48c5391    ab/d
$ ls -ogR
.:
total 4
drwxr-xr-x 2 4096 Dec  3 16:47 ab
-rw-r--r-- 1    0 Dec  3 16:47 ab.c

./ab:
total 0
-rw-r--r-- 1 0 Dec  3 16:47 d
$ git status     
nothing to commit

This happens both in v1.4.4.1 and in current 'master' (v1.4.4.1-g278fcd7).

-- 
Sergey Vlasov

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-12-03 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-03 13:57 [BUG] git-mv fails with "source directory is empty" when it should not Sergey Vlasov
2006-12-03 19:42 ` [PATCH] git-mv: search more precisely for source directory in index Johannes Schindelin
2006-12-03 20:04   ` Sergey Vlasov

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