Startseite
Drupal Wiki - DrupalTM als Wiki - 11 Jahre Erfahrung
Intranet-, Knowledgebase- und Qualitätsmanagementsysteme...mehr

  • Neues Passwort anfordern

Ähnliches

  • Eclipse PDT und Zend Studio Probleme unter Ubuntu Karmic (9.10)
  • ESXi 4 - Command line Tools and Tricks
  • Using recordmydesktop under Ubuntu (karmic)
  • Qt4 mit Eclipse
  • Exim Smarthost Setup

Bereiche

  • RSS Feed
  • Index
  • Abteilungen
  • Startseite

Kategorien

  • Entwicklung (16)
    • Git (7)
    • IDE (4)
    • PHP (1)
    • SVN (2)
  • ESXi (5)
    • Backup (1)
    • CLI (2)
    • Raid (1)
  • FH Iserlohn (1)
    • GUI-Programmierung (1)
  • Impressive.media (5)
    • Drupal (4)
    • Drupaliki (2)
  • IT (53)
    • C++ (1)
    • Funambol (1)
    • Linux (31)
      • Debian (11)
      • Ubuntu (9)
    • Open Source (4)
    • Software (13)
      • Linux (13)
    • VMware (8)
    • Zimbra (4)
  • OpenFoam (1)
    • Documentation (1)

Betriebssysteme , Debian , Development , Drupal , Drupaliki , Entwicklungsumgeb.. , EQ4 , ESXi , Git , GUI , Hetzner , HowTo , Impressive.media , Installation , Intranet , Java , KDevelop , Knowledgebase , Lighttpd , Linux , Praktikum , Qualitätsmanagem.. , Shell , SVN , tricks , Ubuntu , VMware , Vorlesung , Wiki , Zimbra
more tags
  • Diskussion
  • PDF
  • Abonnieren

Git 1.6.5 unter Debian Lenny bzw Ubuntu Jaunty

26.11.09 um 14:27 von EugenMayer, (0) Beiträge

1 Git aktualisieren

Da die aktuelle Git Version (1.6.0) in Debian und Ubuntu stable ein paar wichtige Funktionen vermissen lässt, werde ich hier erklären, wie man 1.6.5 installiert

Zum Beispiel fehlt --merge für git submodule wie hier beschrieben.

1.1 Debian Lenny

1.1.1 Pinning

vim /etc/apt/preferences

Dort tragen wir nun folgendes ein, um alle Pakete bis auf die git-Pakete auf stable zu pinnen.

Package: *
Pin: release a=stable
Pin-Priority: 700

Package: git-core
Pin: release a=unstable
Pin-Priority: 999

Package: git-arch
Pin: release a=unstable
Pin-Priority: 999

Package: git-daemun-run
Pin: release a=unstable
Pin-Priority: 999

Package: git-doc
Pin: release a=unstable
Pin-Priority: 999

Package: git-email
Pin: release a=unstable
Pin-Priority: 999

Package: git-svn
Pin: release a=unstable
Pin-Priority: 999

1.1.2 Sources

Nun noch die Sources hinzufügen. Ihr könnt natürlich auch einen anderen Mirror verwenden

echo "deb http://ftp.de.debian.org/debian sid main" > /etc/apt/sources.list.d/sid.list
aptitude update

1.1.3 Installieren

Deinstallieren wir die alte Version, bevor wir anfangen.

aptitude remove git-core

Nun noch installiere

aptitude install git-core

1.2 Ubuntu Jaunty

1.2.1 Sources

deb http://ppa.launchpad.net/git-core/ppa/ubuntu jaunty main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E1DF1F24
aptitude update

Installieren

aptitude remove git-core
aptitude install git-core

Links: PPA
Details
DetailsTaxonomien
StatusIn Bearbeitung
Erstellt am23.11.09
Git - Debian - Ubuntu - Linux
Debian - Development - Git - HowTo - Ubuntu
  • Diskussionsbeiträge(0)

Kommentar hinzufügen

Abbrechen

Valid XHTML Strict 1.0 and CSS
provided by Impressive.media GbR - Sitemap - Drupal is a Registered Trademark of Dries Buytaert