git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* only accessing some git repos: Am I configuring daemon wrong?
@ 2007-11-18 13:18 Henrik Vendelbo
  2007-11-18 18:48 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Henrik Vendelbo @ 2007-11-18 13:18 UTC (permalink / raw
  To: git

I run the daemon against a base directory with all my repos.

/repositories
  + /blingon
     + /config
  + /thepia
     + /config

The config directories are git repositories, and the repos are made
available with the following command:

henrik-computer:~ x$ git daemon --export-all --verbose --base-path=/repositories
[337] Connection from 192.168.9.130:56583
[337] Extended attributes (20 bytes) exist <host=192.168.9.165>
[337] Request upload-pack for '/blingon/all'
[337] Disconnected

For some reason when I try to pull over the git protocol to a
different machine using clone, I get a failure telling me that there
is 'no matching remote head'

I tried specifying the actual repo directories, but that made no difference.

Any ideas?

Henrik

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

* Re: only accessing some git repos: Am I configuring daemon wrong?
  2007-11-18 13:18 only accessing some git repos: Am I configuring daemon wrong? Henrik Vendelbo
@ 2007-11-18 18:48 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-11-18 18:48 UTC (permalink / raw
  To: Henrik Vendelbo; +Cc: git

"Henrik Vendelbo" <hvendelbo.dev@googlemail.com> writes:

> I run the daemon against a base directory with all my repos.
>
> /repositories
>   + /blingon
>      + /config
>   + /thepia
>      + /config
>
> The config directories are git repositories, and the repos are made
> available with the following command:
>
> henrik-computer:~ x$ git daemon --export-all --verbose --base-path=/repositories
> [337] Connection from 192.168.9.130:56583
> [337] Extended attributes (20 bytes) exist <host=192.168.9.165>
> [337] Request upload-pack for '/blingon/all'
> [337] Disconnected
>
> For some reason when I try to pull over the git protocol to a
> different machine using clone, I get a failure telling me that there
> is 'no matching remote head'
>
> I tried specifying the actual repo directories, but that made no difference.
>
> Any ideas?

Lack of any whitelist on the command line and --export-all?

Do you see "not in whitelist" in your error log?

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

end of thread, other threads:[~2007-11-18 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-18 13:18 only accessing some git repos: Am I configuring daemon wrong? Henrik Vendelbo
2007-11-18 18:48 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).