Skip to main content

Home/ Coders/ Group items matching "SCM" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Fabien Cadet

Git's Killer Feature - 4 views

Lee Johnson

Deploying node.js on Amazon EC2 | The Carbon Emitter - 0 views

  • sudo apt-get update
  • sudo apt-get upgrade -y
  • sudo apt-get install build-essential libssh-dev git-core -y
  • ...9 more annotations...
  • wget http://nodejs.org/dist/node-v0.4.11.tar.gz
  • tar zxf node-v0.4.11.tar.gz
  • cd node-v0.4.11
  • ./configure
  • sudo make install
  • curl http://npmjs.org/install.sh | sudo sh
  • source 'http://rubygems.org' gem 'capistrano' gem 'capistrano-ext' gem 'bluepill'
  • load 'deploy' if respond_to?(:namespace) # cap2 differentiator load 'config/deploy' # remove this line to skip loading any of the default tasks
  • set :stages, %w(acceptance production) require 'capistrano/ext/multistage' set :application, "node" set :user, "ubuntu" set :host, "ec2-127-0-0-1.compute-1.amazonaws.com" set :deploy_to, "/var/www/node" set :use_sudo, true set :scm, :git
Fabien Cadet

Git Magic [ebook] @ www-cs-students.stanford.edu - 4 views

  •  
    « Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities. »
Joel Bennett

opentf - Google Code - 0 views

  •  
    OpenTF is an open source (BSD licensed) implementation of the Team Foundation assemblies and TF client which may actually be better than the base TF PowerTool
Joel Bennett

Bazaar Version Control - 0 views

  •  
    Seems to have a lot of the benefits of Git, in a cross-platform way ;-)
Joel Bennett

The Thing About Git - 0 views

  •  
    Pistos should have added this to the group -- doesn't anyone else share things around here?
  •  
    A good description of how Git is different than other version control systems -- makes me almost interested in using it.
Joel Bennett

Intro to Distributed Version Control (Illustrated) | BetterExplained - 0 views

  •  
    An illustrated introduction to distributed version control
Joel Bennett

claribole.net - ZGRViewer - 0 views

  • ZGRViewer is a 2.5D graph visualizer implemented in Java and based upon the Zoomable Visual Transformation Machine. It is specifically aimed at displaying graphs expressed using the DOT language from AT&T GraphViz and processed by programs dot, neato or others such as twopi.
  •  
    A slick zoomable viewer for graphviz graphs
Joel Bennett

Martin Woodward: Free (as in beer) Teamprise license for CodePlex users - 0 views

  •  
    An excellent plugin for Eclipse brings you integrated source-control/bug-management ... and it's free for use with CodePlex!
Joel Bennett

Walkthrough: Migrating from Visual SourceSafe to Team Foundation - 0 views

  •  
    The Microaoft walkthrough for migrating projects from VSS to TFS -- not a pretty path.
Joel Bennett

HomePage - SVK Wiki - 0 views

  • svk is a decentralized version control system built with the robust Subversion filesystem. It supports repository mirroring, disconnected operation, history-sensitive merging, and integrates with other version control systems, as well as popular visual merge tools.
Joel Bennett

Subversive - by Polarion - for Eclipse - 0 views

  •  
    Subversive is a GUI SVN client which is written as a plugin to Eclipse. Really *the* choice for SVN support in Eclipse.
Joel Bennett

pysvn.tigris.org - 0 views

  •  
    PySVN is a rich GUI client for SVN written with Python and pyTk(?) so it's cross-platform.
Joel Bennett

eSvn - 0 views

  •  
    eSvn is another Open Source (GPL) CrossPlatform (Qt) Subversion (SVN) client ...
1 - 20 of 24 Next ›
Showing 20 items per page