Tiny Core Linux

General TC => General TC Talk => Topic started by: genec on June 30, 2013, 09:44:46 AM

Title: TC git repo
Post by: genec on June 30, 2013, 09:44:46 AM
1) I'm surprised no gitd seems to be active.  If I recall correctly, git is a little more intelligent about minimizing the traffic when speaking with a gitd but for small repos, it's borderline.

2) The web interface specifies HTTP URLs for the repo that don't have the trailing '/'.  Without the trailing '/', a clone fails.
Title: Re: TC git repo
Post by: curaga on June 30, 2013, 04:35:37 PM
Yep, the extra daemon is not running since it's not needed - would just enlarge the attack surface for us.

Cloning works fine for me without the trailing slash?

Quote
$ git clone http://git.tinycorelinux.net/corebook
Cloning into 'corebook'...
$ ls corebook/
docinfo.xml  fop.xsl  images    part1  part3  plan
ending       heading  Makefile  part2  part4
Title: Re: TC git repo
Post by: bmarkus on June 30, 2013, 05:14:26 PM

Cloning works fine for me without the trailing slash?


Works on piCore too...
Title: Re: TC git repo
Post by: genec on July 04, 2013, 07:10:50 AM
Odd, now it works.   ;D