welcome: please sign in

Diff for "MemberManual/VersionControl"

Differences between revisions 3 and 13 (spanning 10 versions)
Revision 3 as of 2007-11-12 05:59:55
Size: 655
Editor: MichaelOlson
Comment:
Revision 13 as of 2013-10-17 08:56:47
Size: 1152
Editor: DaniilFrumin
Comment: Darcs info
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[TableOfContents]] <<TableOfContents>>
Line 7: Line 7:
== git == = git =
Line 11: Line 11:
For instructions on using it with HCoop, see the [/git:git subpage]. For instructions on using it with HCoop, see the [[/git|git subpage]].
Line 13: Line 13:
== Subversion == = Subversion =
Line 15: Line 15:
Write me. Needs to at least explain how to do DAV+Subversion. /!\ '''Write me'''
Line 17: Line 17:
== Mercurial == Needs to at least explain how to do DAV+Subversion.
Line 19: Line 19:
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. = 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 [[http://darcs.net|web site]].

For instructions on using it with HCoop, see the [[/darcs|darcs subpage]].

----
CategoryMemberManual CategoryNeedsWork

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

MemberManual/VersionControl (last edited 2013-10-17 08:56:47 by DaniilFrumin)