All of lore.kernel.org
 help / color / mirror / Atom feed
* Publishing on a simple HTTP server
@ 2007-02-12 20:10 Xavier Maillard
  2007-02-12 23:11 ` Johannes Schindelin
  0 siblings, 1 reply; 9+ messages in thread
From: Xavier Maillard @ 2007-02-12 20:10 UTC (permalink / raw)
  To: git

Hi,

I am trying to understand how to publish/export my repository to
put it onto a HTTP server from which, I hope, someone could clone
or pull from it.

Sadly, I think I do not have the right recipe to achieve this.

I hope you will be able to comment how I do things and tell
what's wrong:

1. Repack current repository (just in case)

git repack -d

2. Clone current repository

git clone --bare -l . /tmp/my-cloned.git

3. Update cloned repository informations

git --bare --git-dir=/tmp/my-cloned.git update-server-info


Then I upload this to my HTTP server.

When I want to clone the result from my HTTP server, here is what
I get:

Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?


Note that I do not have git installed onto my HTTP server (since
I can't do that) neither is gitweb.

What is wrong this ?

Regards,

Xavier

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

end of thread, other threads:[~2007-02-14 11:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 20:10 Publishing on a simple HTTP server Xavier Maillard
2007-02-12 23:11 ` Johannes Schindelin
2007-02-13  5:32   ` Xavier Maillard
2007-02-13 10:07     ` Johannes Schindelin
2007-02-13 11:45       ` Xavier Maillard
2007-02-13 11:57         ` Johannes Schindelin
2007-02-14 10:59           ` Xavier Maillard
2007-02-14 11:23             ` Jeff King
2007-02-14 11:34               ` [SOLVED] " Xavier Maillard

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.