Publishing on a simple HTTP server

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Xavier Maillard
Date: Monday, February 12, 2007 - 1:10 pm

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
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Publishing on a simple HTTP server, Xavier Maillard, (Mon Feb 12, 1:10 pm)
Re: Publishing on a simple HTTP server, Johannes Schindelin, (Mon Feb 12, 4:11 pm)
Re: Publishing on a simple HTTP server , Xavier Maillard, (Mon Feb 12, 10:32 pm)
Re: Publishing on a simple HTTP server , Johannes Schindelin, (Tue Feb 13, 3:07 am)
Re: Publishing on a simple HTTP server , Xavier Maillard, (Tue Feb 13, 4:45 am)
Re: Publishing on a simple HTTP server , Johannes Schindelin, (Tue Feb 13, 4:57 am)
Re: Publishing on a simple HTTP server , Xavier Maillard, (Wed Feb 14, 3:59 am)
Re: Publishing on a simple HTTP server, Jeff King, (Wed Feb 14, 4:23 am)
[SOLVED] Re: Publishing on a simple HTTP server , Xavier Maillard, (Wed Feb 14, 4:34 am)