[cairo-bugs] [Bug 10411] personal public git repo request

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 2 17:52:45 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=10411





------- Comment #3 from cworth at cworth.org  2007-04-02 17:52 PST -------
(In reply to comment #2)
> So, should I be trying to follow something like 
> http://wiki.u32.net/index.php?title=Git/publishing
> and scp a repo to my account? I've been leaning on git-push too long, I guess,
> time to learn a more distributed workflow - pointers appreciated.

You shouldn't have to do very much at all. You should get a git repository
created in your people.fredesktop.org account one way or another, (using scp
would work, as would just "mkdir cairo; GIT_DIR=cairo git init-db"). But once
it's created, all you need to populate it is git push, just like you're used
to.

In fact, the best way for you to create the repositroy is to make it a local
clone of cairo's central repository. That is something like:

    git clone -l -s /git/cairo

Also you'll want to do the following:

    touch cairo/git-daemon-export-ok

to allow our repository to be made available via git:// protocol, (and to
appear at http://gitweb.freedesktop.org)

-Carl



And you can also make a symlink from


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list