SCM

TwitterFacebook
Get flash to fully experience Pearltrees

A successful Git branching model » nvie.com

http://nvie.com/posts/a-successful-git-branching-model/ http://nvie.com/posts/a-successful-git-branching-model/ Published: January 05, 2010 In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
bazaar

[thg] Fwd: Re: older releases forwarding to the list too On 02-Mar-13 7:09 PM, Steve Borho wrote: I now noticed that the main download link points to that page. Maybe we should replace the few version 2 numbers mentioned on http://tortoisehg.bitbucket.org/download/index.html with only a link to https://bitbucket.org/tortoisehg/files/downloads with the text "Older version 2 releases" or so ? The reason for this is that the other thg developers with push access did not like having rights to delete files from the downloads page, and Bitbucket did not allow for finer grained access rights.

General discussion about tortoisehg, a GUI for mercurial.

http://blog.gmane.org/gmane.comp.version-control.mercurial.tortoisehg.user
subversion

http://search.cpan.org/~jpeacock/SVN-Notify-Mirror-0.038/lib/SVN/Notify/Mirror/SSH.pm

SVN::Notify::Mirror::SSH

SVN::Notify::Mirror::SSH - Mirror a repository path via SSH Use svnnotify in post-commit : svnnotify -- repos - path "$1" -- revision "$2" \ -- handler Mirror :: SSH -- to "/path/to/www/htdocs" \ [-- svn - binary /full/path/to/ svn ] \ [[-- ssh - host remote_host ] [-- ssh - user remote_user ] \ [-- ssh - tunnel 10.0.0.2 ] \ [-- ssh - identity /home/user/.ssh/ id_rsa ]]

Bazaar in five minutes — Bazaar v2.2.0dev1 documentation

Introduction Bazaar is a distributed version control system that makes it easier for people to work together on software projects. Over the next five minutes, you’ll learn how to put your files under version control, how to record changes to them, examine your work, publish it and send your work for merger into a project’s trunk. Introducing yourself Bazaar records changes to source code, and it records who made the change. http://doc.bazaar.canonical.com/bzr.dev/en/mini-tutorial/index.html
http://wiki.wsmoak.net/cgi-bin/wiki.pl?Subversion/Configuration 1. Minimal Subversion repository setup and configuration 1.1.

Wiki: Subversion/Configuration