Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for Version-Control

Versionskontrolle mit Git

Der scriptblogger verlinkt zwei Videos über GIT.

Das erste Video ist ein Vortrag von Linus Torvalds vor Google-Mitarbeitern, der zweite Vortrag ist von Randal Schwartz.

7 Version Control Systems vorgestellt

smashingmagazine stellt 7 OpenSource Version Control Systems und einige Tools vor.

Ich werde mal einen Blick auf Bazaar werfen:

Bazaar is yet another distributed version control system, like Mercurial and Git, that offers a very friendly user experience. It calls itself “Version control for human beings.”

Visual Guide to Version Control

Eine recht gute Einführung in die Konzepte der Versions Kontrolle gibt es bei BetterExplained.

My goal was to share high-level thoughts about version control systems. Here are the basics:

  • Use version control. Seriously, it’s a good thing, even if you’re not writing an OS. It’s worth it for backups alone.
  • Take it slow. I’m only now looking into branching and merging for my projects. Just get a handle on using version control and go from there. If you’re a small project, branching/merging may not be an issue. Large projects often have experienced maintainers who keep track of the branches and patches.
  • Keep Learning. There’s plenty of guides for SVN, CVS, RCS, Git, Perforce or whatever system you’re using. The important thing is to know the concepts and realize every system has its own lingo and philosophy. Eric Sink has a detailed guide as well.

Simple Version Control System

Über Video von Iain Lambs Vortrag “The New Hacker’s Toolkit” und eine Umwege bin ich auf A Simple Version Control System gestoßen.

A Simple Version Control System is an easy to install and easy to to use version/revision control system. It is written entirely in PHP and stores data in a SQL database.

ASVCS differs from most other version control systems in that ASVCS is designed to keep track of files in place. ASVCS does not allow any changes to be made to files, all changes require the users to change files externally with FTP or SSH access.

ASVCS is very easy to setup and use. Users do not need to work with repository, branches, commit and check-out files. All a user needs to do is upload the changes files and click Update or if enabled just wait for it to be updated automatically.

ASVCS is ideal for small projects or personal use, though it can also be used by large project how do not need or want the complexity of most version control systems.

Sehr Interessant. Zwar werden unter PHP5 unzählige PHP Warnings ausgegeben, aber das liess sich leicht fixen.

Nette Alternative wenn Subversion oder CVS zu viel ist, aber eine Versions Kontrolle nötig ist.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.