CVS

Aus AmIHereWiki
Zur Navigation springen Zur Suche springen
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

git

  • peer2peer (master by push/pull), commit (local history), push (local history to a higher master), pull (checkout/update from master)
  • authorization by keyfiles/certificates, gitosis (special user access), user database own repository inside git
  • Putty with Agent for keyfiles, or pure OpenSSH client for non-interactive user auth (by certificates/rsa)
  • TortoiseGit, GitBash, GitGUI
  • git2win
  • Cheatsheet git as pdf
  • Tutorial git


git2svn


Subversion

  • client/server architecture (commit to server, update/checkout from server, import/export raw)
  • authorization by user list on server, ldap...
  • TortoiseSVN
  • Slik - Server/Client
  • Subclipse - Eclipse Plugin