From: Andreas Ericsson <ae@op5•se>
To: lamikr@cc•jyu.fi
Cc: git@vger•kernel.org
Subject: Re: Setting up git server?
Date: Mon, 26 Jun 2006 09:55:34 +0200 [thread overview]
Message-ID: <449F92F6.7020108@op5.se> (raw)
In-Reply-To: <4491EAE8.6090009@cc.jyu.fi>
lamikr wrote:
> Hi
>
> I have git-repo cloned from the linux-omap-2.6 that we have used as a
> base for our h6300 development.
> Earlier we have kept our kernel in svn (sync between git-branches and
> svn has happened about once in a month by using
> traditional diff files...)
>
> I have now pulled the server to "/repos/git/linux-omap-h6300-2.6" and
> setup the /etc/xinetd.d/git-daemon by using docs in
> http://www.kernel.org/pub/software/scm/git/docs/everyday.html
>
> How can I now create the git url for this? For example something like
> this: git://aragorn.kortex.jyu.fi/repos/git/linux-omap-h6300-2.6.git
>
Assuming '/repos' is in your root directory, do
touch /repos/git/linux-omap-h6300-2.6.git/git-daemon-export-ok
This will mark the repo as allowed to export for the git-daemon, and
then you can tell people to pull from the url you mentioned.
For those that need push access you will need to setup ssh accounts. It
is easier if they also pull over ssh+git, using a similar url but
replacing "git://" with "ssh://" (or "git+ssh://").
--
Andreas Ericsson andreas.ericsson@op5•se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
prev parent reply other threads:[~2006-06-26 13:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-15 23:19 Setting up git server? lamikr
2006-06-26 7:55 ` Andreas Ericsson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=449F92F6.7020108@op5.se \
--to=ae@op5$(echo .)se \
--cc=git@vger$(echo .)kernel.org \
--cc=lamikr@cc$(echo .)jyu.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox