PUBLIC   marks

PUBLIC MARKS with tag versioning

Sponsorised links

This year

Git - Fast Version Control System

by srcmax & 4 others

Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.

The Trouble with Version Numbers

by karlcow

Software version numbers should be straightforward to implement. Their sequencing is hardly subtle: version 1.0 is the first production quality release; version 1.1 improves on it, version 1.2 is a little better; and so on until we get to version 2.0, which delivers more substantial changes. Then comes 2.1, then 2.2 ...

As anyone who has tried to implement such a scheme will realise, it can be a surprising source of problems, and although these problems have been tackled by many projects in many organisations there seems to be no consensus on how to reach a solution. To give an example: deriving the version number from the version control system is tempting, but ultimately turns out to be unsatisfactory.

Lifehacker - Flashbake Automates Version Control for (Nerdy) Writers - Downloads

by karlcow

Flashbake automatically embeds ambient information in each version of those files—like the weather, your Twitter status, the last track you listened to—by including it all in each version's commit message.

DVCSAnalysis - support - Analysis of Git and Mercurial - Google Code

by karlcow & 1 other

This document summarizes the initial research for adding distributed version control as an option for Google Code. Based on popularity, two distributed version control systems were considered: Git and Mercurial. This document describes the features of the two systems, and provides an overview of the work required to integrate them with Google Code.

sfPropelActAsBackupBehavior: Symfony versioning and backup Plugin | Another break in the wall…

by Xavier Lacot
A refactor of Tristan's sfPropelActAsVersionnableBehavior is on the road, which should be more performant for large size indexes.

The main idea — pitz v0.1 documentation

by karlcow

Pitz is (going to be) yet another bugtracking system, with these goals:

Ditz

by karlcow & 1 other

Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN.

Git vs. Mercurial: Please Relax « Important Shock

by Xavier Lacot
"Git is MacGyver, Mercurial is James Bond" : it says it all :-)

Sponsorised links

2008

Why Git is Better Than X

by Xavier Lacot
Scott tells why you should switch to Git instead of any other version management system.

Versions - Mac Subversion Client

by Xavier Lacot (via)
Versions provides a pleasant way to work with Subversion on your Mac. Whether you’re a hardcore Subversion user or new to version control systems, Versions will help streamline your workflow.

InfoQ: Distributed Version Control Systems: A Not-So-Quick Guide Through

by Xavier Lacot & 5 others
A guide to three major Distributed Version Control Systems: git, Mercurial and Bazaar.

Sauvegarder, synchroniser et partager vos fichiers

by Giraultises & 9 others (via)
Dropbox est une application qui vous permettra de synchroniser vos fichiers présents sur votre ordinateur sur Internet. Vous pourrez ainsi garder chaque version de document, sauvegarder votre contenu, y accéder par Internet et même le partager avec vos amis.

2007

Ignorer les fichiers déjà versionnés

by Krome
Ignorer les fichiers déjà versionnés

Version Control with Subversion

by roulian & 34 others
This is the online home of Version Control with Subversion, a free book about Subversion, a new version control system designed to supplant CVS. As you may have guessed from the layout of this page, this book is published by O'Reilly Media.

Subversion

by roulian & 32 others
The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license.

Utilisation de SVN sur votre système d'exploitation

by roulian (via)
Ce chapitre présente l'utilisation de SVN sur les systèmes d'exploitation suivants : Windows (98SE, 2000, XP) et Linux (en console et sous environnement Kde ou Gnome). Il propose l'installation de logiciels de gestions de sources utilisant le protocole SVN et explique les paramètres de base.

AlternC

by roulian & 1 other
AlternC est un ensemble de logiciels de gestion d'hébergement mutualisé sous linux, facile à utiliser, facile à installer, basé uniquement sur des logiciels OpenSource, AlternC étant sous licence GPL. Ce logiciel contient un système d'installation et de configuration automatique, ainsi qu'un panneau de contrôle accessible par le web, pour la gestion des utilisateurs et des services web (domaines, mails, comptes ftp, statistiques ...)

MPY SVN STATS

by roulian & 3 others
I've searched the web quite a bit for a good log analysis tool for Subversion and didn't find any good project. Since we use Subversion where I work I wanted to see who made most commits, who changed how many lines and get some nice looking graphs that would show progress in the project. Then I realised that svn --xml -v log returns XML, which is really easy to parse. So, here it is: simpliest possible, but still usable - I hope.

XML.com: A Theory of Compatible Versions

by karlcow
Making versioning work in practice is a difficult problem in computing. Arguably, the Web was able to increase dramatically in popularity because evolution and versioning were built into HTML and HTTP. Both systems provide explicit extensibility points and rules for understanding extensions that enable their decentralized extension and versioning.

Installer Subversion (Ubuntu)

by roulian
Dans un précédent billet, j'ai détaillé la procédure d'installation d'un serveur Subversion sous Ubuntu. L'exemple que j'avais donné n'est toutefois valable que pour un seul dépôt (repository), et donc un seul projet. Comme il est rare pour un développeur de travailler sur un seul projet à la fois, voici quelques indications pour créer plusieurs dépôts sur un même serveur.

PUBLIC TAGS related to tag versioning

no tag

Sponsorised links