All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with submodules
@ 2016-10-09 14:41 venv21
  2016-10-09 17:51 ` Dennis Kaarsemaker
  0 siblings, 1 reply; 7+ messages in thread
From: venv21 @ 2016-10-09 14:41 UTC (permalink / raw)
  To: git

Hi, I want to report a regression.

After cloning for example https://git.gnome.org/browse/epiphany with
git 2.10 and running ./autogen.sh I get the following errors:
http://pastebin.com/93AunRhu

The developer told me that it is probably not an issue caused by
epiphany and I should try an older git version. I installed 2.7.2 and
it works perfectly. So I think theres a bug in git 2.10.

Thanks and regards

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Problem with submodules
@ 2009-05-29 11:44 Andrew Neil
  2009-05-29 13:38 ` Andrew Neil
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Neil @ 2009-05-29 11:44 UTC (permalink / raw)
  To: git

I am having trouble with submodules on one of my machines. When I run
`git submodule init`, then `git submodule update`, it looks as though
everything is going fine, then it crashes out with an error:
"pathspec '665a3c' did not match any file known to git.".
(The full output is pasted below).

According to this article: http://book.git-scm.com/5_submodules.html
under the heading "Pitfalls with submodules", this error is expected
to occur if you don't publish changes to a submodule. This doesn't
seem to be the problem in my case. I have tried installing the same
git repository on 2 other machines, and the submodule init/update
commands worked fine on both of them. So it looks as though there is
something on one of my machines that is interfering with this process.

I discovered that if I run the `git submodule update` command as sudo,
the problem goes away. However, this has the side-effect that the
submodule directories are created with root as the owner.

Can anyone help with this problem?

Much appreciated,
Drew


Here is the full output of the init/update commands, with my faulty
machine:

$ git submodule init
Submodule 'vendor/plugins/dataset' (git://github.com/jgarber/ 
dataset.git) registered for path 'vendor/plugins/dataset'
Submodule 'vendor/plugins/simply_versioned' (git://github.com/mmower/ 
simply_versioned.git) registered for path 'vendor/plugins/ 
simply_versioned'
$ git submodule update
Initialized empty Git repository in /Users/drew/web/extensions/ 
chronicle/vendor/plugins/dataset/.git/
remote: Counting objects: 899, done.
remote: Compressing objects: 100% (692/692), done.
remote: Total 899 (delta 539), reused 250 (delta 158)
Receiving objects: 100% (899/899), 141.93 KiB | 42 KiB/s, done.
Resolving deltas: 100% (539/539), done.
error: pathspec '665a3c03f6a65a586839b8de437c60f98177dd78' did not  
match any file(s) known to git.
Unable to checkout '665a3c03f6a65a586839b8de437c60f98177dd78' in  
submodule path 'vendor/plugins/dataset'

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

end of thread, other threads:[~2016-10-10  5:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 14:41 Problem with submodules venv21
2016-10-09 17:51 ` Dennis Kaarsemaker
2016-10-09 19:15   ` venv21
2016-10-09 19:22     ` venv21
     [not found]     ` <1476046602.26041.3.camel@kaarsemaker.net>
2016-10-10  5:45       ` Stefan Beller
  -- strict thread matches above, loose matches on Subject: below --
2009-05-29 11:44 Andrew Neil
2009-05-29 13:38 ` Andrew Neil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.