Videos tagged with source control




Jenny Donnelly: Introduction to Git

Jenny Donnelly: Introduction to Git

Posted in Companies, Conferences

YUI uses Git to host all of its project code, and all of its open-sourced code is hosted on GitHub. Git is an exciting departure from traditional version control systems like CVS and SVN because the notion of distribution is embedded in its DNA. YUI engineering manager Jenny Donnelly gives an introduction to Git and how to use it in the real world, including branching and committing, a typical ...

Tags: jenny donnelly, Git, source control, SCM, software, YUI, Yahoo!, YUI Theater, Techtalks


Distributed Version Control with Git

Distributed Version Control with Git

Posted in Operating Systems, Development

This is a screencast based off a talk I gave to the Des Moines Cocoaheads group. In this talk I tried to show why you should switch from Centralized Version Control, what is wrong with Subversion and what git does well. Check out Part II when I demonstrate Git and some apps available on Mac OS X to help you get the most out of git.

Tags: OS, MacOS, Git, dvcs, source control, Broadcasting, Screencasts, Development, Distributed Version Control, Gitx, Gitk, ...


RubyConf 2008: Using Git in Ruby Applications

RubyConf 2008: Using Git in Ruby Applications

Posted in Conferences, Development

This talk will demonstrate different ways you can use Git in your Ruby applications using Grit, the main binding library for Git in Ruby. A basic overview of how Git stores data will be followed by a few examples of using Git as a data storage mechanism in real life Ruby applications. Examples that might be shown include building a simple Git repository browser in Ruby, implementing a content d...

Tags: Conferences, Ruby, Git, GitHub, source control, Confreaks, RubyConf 2008, GitNub, Grit, Gitorius




DimeCasts.Net #18: Learning the Check-in Dance

DimeCasts.Net #18: Learning the Check-in Dance

Posted in Frameworks, Companies, Development

In this episode we will walk you though the various steps that make up the Check-in Dance.  The steps of the check-in dance are below: Compile your local copy of the code Test your local copy of the code Get the latest version from source control and merge Compile the merged version Check the code into source control

Tags: Frameworks, Microsoft, C#, .NET Framework, DimeCasts.Net, SVN, Brownfield, source control, TortoiseSVN



CakePHP: Using TortoiseSVN to Sync CakePHP applications

CakePHP: Using TortoiseSVN to Sync CakePHP applications

Posted in Frameworks, Development

TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. Since it's not an integration for a specific IDE you can use it with whatever development tools you like. TortoiseSVN is free to use. You don't need to get a loan or pay a full years salary to use it. From this episode you will learn how to use svn to help manage your applications.

Tags: Frameworks, PHP, CakePHP, SVN, source control, TortoiseSVN