only accessing some git repos: Am I configuring daemon wrong?

Previous thread: [RFC] Alternates and broken repos: A pack and prune scheme to avoid them by Johannes Sixt on Sunday, November 18, 2007 - 7:25 am. (14 messages)

Next thread: ! [rejected] master -> master (non-fast forward) by Jon Smirl on Sunday, November 18, 2007 - 11:12 am. (19 messages)
To: <git@...>
Date: Sunday, November 18, 2007 - 9:18 am

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
-

To: Henrik Vendelbo <hvendelbo.dev@...>
Cc: <git@...>
Date: Sunday, November 18, 2007 - 2:48 pm

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

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

-

Previous thread: [RFC] Alternates and broken repos: A pack and prune scheme to avoid them by Johannes Sixt on Sunday, November 18, 2007 - 7:25 am. (14 messages)

Next thread: ! [rejected] master -> master (non-fast forward) by Jon Smirl on Sunday, November 18, 2007 - 11:12 am. (19 messages)