Jump to content

Git-annex: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m Availability: Add ArchLinux install link
Line 30: Line 30:
* Fedora<ref>{{cite web |url=https://admin.fedoraproject.org/pkgdb/package/git-annex/ |title=Fedora }}</ref>
* Fedora<ref>{{cite web |url=https://admin.fedoraproject.org/pkgdb/package/git-annex/ |title=Fedora }}</ref>
* FreeBSD<ref>{{cite web |url=https://www.freebsd.org/cgi/ports.cgi?query=git-annex&stype=all |title=FreeBSD }}</ref>
* FreeBSD<ref>{{cite web |url=https://www.freebsd.org/cgi/ports.cgi?query=git-annex&stype=all |title=FreeBSD }}</ref>
* ArchLinux<ref>{{Cite web|title = ArchLinux|url = https://git-annex.branchable.com/install/ArchLinux/|website = git-annex.branchable.com|accessdate = 2015-12-06}}</ref>
* ArchLinux
* NixOS
* NixOS
* Gentoo
* Gentoo

Revision as of 17:58, 6 December 2015

git-annex
Original author(s)Joey Hess
Initial release19 October 2010; 14 years ago (2010-10-19)
Stable release
5.20151116 / 16 November 2015; 9 years ago (2015-11-16)
Repository
Written inHaskell
Operating systemLinux, Android, OS X, Windows
Size44.2 MB
TypeFile synchronization
LicenseGPL3+, AGPL3+ [1]
Websitegit-annex.branchable.com

git-annex is a distributed file synchronization system written in Haskell. It aims to solve the problem of sharing and synchronizing collections of large files independent from a commercial service or even a central server.

History

git-annex development began in 2010.[2] In 2012/13 the development was funded through a kickstarter campaign.[3] The main development of this year was the git-annex assistant. This component runs in the background to automate the synchronization of repositories.

The next crowd funding campaign for 2013/14 was organized over a self hosted platform.[4]

Design

git-annex uses git to index files but does not store them in the git history. Instead a Symbolic link representing and linking to the probably large file is committed. git-annex manages a content-addressable storage for the files under its control. A separate git branch logs the location of every file. Thus users can clone a git-annex repository and than decide for every file whether to make it locally available.

Availability

git-annex is available[5] many ways and notably part of the following distributions

See also

References

  1. ^ "license". git-annex.branchable.com. 18 January 2014. Retrieved 1 May 2015.
  2. ^ "git-annex roadmap".
  3. ^ "git-annex kickstarter campaign 2012".
  4. ^ "git-annex campaign".
  5. ^ "install options".
  6. ^ "Debian".
  7. ^ "Ubuntu".
  8. ^ "Fedora".
  9. ^ "FreeBSD".
  10. ^ "ArchLinux". git-annex.branchable.com. Retrieved 2015-12-06.