From: Roberto <mrgreiner@gmail.com>
To: git@vger.kernel.org
Subject: Local copy of the repository files
Date: Mon, 07 Feb 2011 16:46:38 -0200 [thread overview]
Message-ID: <4D503E0D.5050105@gmail.com> (raw)
Hi,
I'm trying to make my git repository automatically make a local copy o f
the repository files, but the appropriate command (or commands) is
eluding me. Could somebody give me a hint (or point to the appropriate
document) as of how to make it work?
In more details, what I need:
When one of our developers does commit/push his work to the
server/repository, I need the files to be automatically copied/updated
to a plain local folder (something like file://var/www/), so they are
viewable through a web browser. Most of those files are php. I don't
need an additional repository accessible with WebDAV, HTTP, or something
alike. Just a copy of the working files, viewable if someone opens a
browser and types the URL of our server.
I did configure a "remote" server pointing to that folder (using git
remote add test file:///var/www/), and 'git fetch test' does give me the
following output:
From file:///var/www
203a9c7..b47fab5 master -> test/master
So probably it´s working correctly. But a "git remote push" is not
updating that folder. Also, I believe that probably I'm supposed to use
a hook (probably post-update), but can't find out what exactly I should
add in there. Would appreciate any ideas here.
Note: I'm using Debian 5.0-64bits, git 1.5.6.5 (from the apt repository).
Thanks,
Roberto
--
-----------------------------------------------------
Marcos Roberto Greiner
Os otimistas acham que estamos no melhor dos mundos
Os pessimistas tem medo de que isto seja verdade
James Branch Cabell
-----------------------------------------------------
next reply other threads:[~2011-02-07 18:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 18:46 Roberto [this message]
2011-02-07 19:22 ` Local copy of the repository files Conrad Irwin
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=4D503E0D.5050105@gmail.com \
--to=mrgreiner@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).