welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Last name of the current Debian Project Leader

Edit

MemberManual / VersionControl

This is the chapter of the MemberManual that describes how to use version control software to host code on HCoop servers.

git

Git is a popular version control system that was initially started by Linus Torvalds, who also authored Linux.

For instructions on using it with HCoop, see the git subpage.

Subversion

/!\ Write me

Needs to at least explain how to do DAV+Subversion.

Mercurial

/!\ Write me.

Yet another popular revision control system. Please contact the HCoop admins if you know of cool ways that we can facilitate Mercurial usage on HCoop systems.

Darcs

Darcs is a distributed version control system, similar to git and mercurial, but instead of focusing on trees and snapshots it focuses on patchs (changes). In particular does not maintain the chronological history and instead uses "patches dependencies". You can read more about Darcs on it's official web site.

For instructions on using it with HCoop, see the darcs subpage.


CategoryMemberManual CategoryNeedsWork