WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC git repo  (Read 2025 times)

Offline genec

  • Full Member
  • ***
  • Posts: 240
TC git repo
« 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: TC git repo
« Reply #1 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
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC git repo
« Reply #2 on: June 30, 2013, 05:14:26 PM »

Cloning works fine for me without the trailing slash?


Works on piCore too...
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: TC git repo
« Reply #3 on: July 04, 2013, 07:10:50 AM »
Odd, now it works.   ;D