[cairo] Maintaining cairo with git (corrections to broken URLs)
Carl Worth
cworth at cworth.org
Fri Feb 17 11:15:14 PST 2006
On Thu, 16 Feb 2006 17:54:00 -0800, Carl Worth wrote:
> The repository for "central" cairo development, (that is, what
> releases will be made from), is here:
>
> git://git.cairographics.org/git/cairo
That one is correct.
> cg-clone git://git.cairographics.org/cairo
> cg-clone git+ssh://git.cairographics.org/cairo
> git clone git+ssh//git.cairographics.org/cairo
Those are all wrong, (thanks Jonas for catching the missing /git). The
correct commands are of course:
cg-clone git://git.cairographics.org/git/cairo
cg-clone git+ssh://git.cairographics.org/git/cairo
git clone git+ssh://git.cairographics.org/git/cairo
Note that the third command was also missing a ':'.
> PS. I wrote this all in one sitting, didn't read it, and didn't have
> anyone else read it. So I'm certain it's broken in spots, (though I
> did test cut-and-paste of most commands). Just holler when things seem
> odd.
Obviously, I didn't do as much cut-and-paste testing as necessary, but
at least I was right in saying it was broken in spots.
-Carl
PS. Anyone that got bitten by my mistake may have noticed an annoying
bug in "git clone". If it fails it still leaves the newly-created
directory around, which will then cause a subsequent, corrected clone
command to fail (because the directory exists). I'll be submitting a
patch upstream to the git folks soon to correct this one.
--
cworth at redhat.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20060217/614dae88/attachment.pgp
More information about the cairo
mailing list