ohskylab + vcs   96

Simple version control for designers - LayerVault
"Unlimited storage, simple version control, team collaboration".
design  mac  photoshop  tools  vcs 
5 weeks ago by ohskylab
GitLab
Self-hosted github clone.
git  github  vcs 
october 2011 by ohskylab
brotherbard/gitx - GitHub
Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to.
git  osx  mac  gitx  vcs  dvcs  from delicious
december 2010 by ohskylab
Git Client - SmartGit
"A graphical front-end for the distributed version control system Git and runs on Windows, Mac OS X and Linux."
dvcs  git  tools  vcs  osx  mac  windows 
september 2010 by ohskylab
Distributed Version Control is here to stay, baby - Joel on Software
"With distributed version control, merges are easy and work fine. So you can actually have a stable branch and a development branch, or create long-lived branches for your QA team where they test things before deployment, or you can create short-lived branches to try out new ideas and see how they work. This is too important to miss out on. This is possibly the biggest advance in software development technology in the ten years I’ve been writing articles here."
advocacy  mercurial  git  dvcs  vcs  development  joelspolsky 
august 2010 by ohskylab
gerrit - Project Hosting on Google Code
"A web based code review system, facilitating online code reviews for projects using the Git version control system."
git  collaboration  development  web  vcs  tools  agile 
august 2010 by ohskylab
So you think your code is in version control? at Xaprb
"How to find and safeguard all the hidden code you don’t know your business relies on."
vcs  development  backup 
july 2010 by ohskylab
Introducing Organizations - GitHub
"Organizations simplify management of group-owned repositories (for example: your company's code), expand on our permissions system, and help focus your GitHub workflow for business and large open source projects."
git  github  tools  vcs 
july 2010 by ohskylab
Always ship trunk
"Why web applications are different to installed apps, problems that none of the revision control systems solve, and how you can solve some of them yourself within your app."
agile  development  deployment  web  paulhammond  slides  vcs  git  mercurial  svn  via:tomtaylor 
june 2010 by ohskylab
ClueMapper – Trac
"A web-based application for managing software and software-based consulting projects. Currently it uses Trac to handle individual projects but adds the ability to create new trac instances, svn configurations, etc."
tools  development  vcs  subversion  trac  python 
january 2010 by ohskylab
Brad Fitzpatrick (of LiveJournal, now at Google) Talks About Programming
"To check in you need three conditions met: You need someone to review it and say it looks good. You need to be certified in the language – basically, you’ve proven you know the style of this language – called “readability.” And then you also need the approval from somebody in the owner’s file in that directory."
development  coding  quotes  google  vcs  process 
december 2009 by ohskylab
Why Git is Better Than X
More worthwhile git persuasion info.
via:ihart  git  svn  vcs  dvcs  advocacy  development 
september 2009 by ohskylab
NEVERFEAR - Simpletons guide to git
"This is simply a "click these buttons" guide to git."
tools  development  vcs  git 
august 2009 by ohskylab
Pro Git - Pro Git Book
"Here you can find the full content of the book, a blog with tips and updates about Git and the book and open source projects related to Git or referenced in the book."
via:thegingerbloke  git  vcs  creativecommons  documentation  dvcs 
july 2009 by ohskylab
Complete Introduction to git
"This short tutorial shall attempt to explain the git system to people
who have no, or minimal experience on SCMs and version control tools."
git  vcs  development  collaboration  documentation  dvcs 
july 2009 by ohskylab
Timeline - Version control for designers - PixelNovel
"Allows you to always see the file's history and save file versions and get file versions without switching from the main Photoshop window."
design  tools  svn  mac  photoshop  plugins  vcs 
july 2009 by ohskylab
SvnBridge - Use TortoiseSVN with Team Foundation Server - Home
"Allows you to use TortoiseSVN and other Subversion clients with Team Foundation Server. It converts the calls made by your Subversion client to the API supported by TFS." I really hope I don't have to use this.
tools  development  svn  tfs  vcs  microsoft  subversion 
january 2009 by ohskylab
My Git Workflow
Workflow tips. "The thing that’s hard about Git for most people is the same thing that’s hard about all DVCS tools: if you’re used to centralized systems, they work weird [...] It’s also really easy to never grok DVCS, so when something unusual happens, you don’t know how to fix it."
via:tomtaylor  development  vcs  dvcs  git  tips 
january 2009 by ohskylab
ZigZig Software - ZigVersion
Another mac svn client. This one looks like it might be quite good.
tools  development  mac  osx  svn  vcs 
january 2009 by ohskylab
django-reversion - Google Code
"Reversion is an extension to the Django web framework that provides comprehensive version control facilities."
django  python  versioning  vcs  development  web 
october 2008 by ohskylab
Git for the lazy - Spheriki
"git is a distributed version control system. No, you don't need to know what that means to use this guide. Think of it as a time machine: Subversion or CVS without the suck."
git  dvcs  vcs  development 
july 2008 by ohskylab
Zennaware » Cornerstone
New Subversion client for Mac. Looks like it might be better than Versions.
subversion  osx  mac  vcs  svn  development 
july 2008 by ohskylab
We're all ops people now
"Our programs have left the desktop and found their new home on the web. System administration issues loom large upon us, security concerns lurk auspiciously in the corners of our minds."
development  infrastructure  sysadmin  puppet  agile  virtualization  git  vcs 
june 2008 by ohskylab
Git Magic - Preface
"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. I'm recording what I've figured out so far in these pages."
git  vcs  development 
april 2008 by ohskylab
The Thing About Git
"[With Git] you can work on five separate logical changes in your working copy – without interacting with the VCS at all – and then build up a series of commits in one fell swoop."
git  vcs  development 
april 2008 by ohskylab
Git - SVN Crash Course
"We will briefly introduce you to Git usage based on your current Subversion knowledge."
git  svn  vcs 
april 2008 by ohskylab
Mercurial Hosting - freeHg.org
"Makes it quick and easy to share your [mercurial] repositories."
hosting  mercurial  vcs  development 
april 2008 by ohskylab
dormando - Dormando's [crappy] Operations Mantras
"An omega post of all of the generalized one off mantras I find valuable when approaching operations management."
sysadmin  development  scaling  vcs  security 
february 2008 by ohskylab
K. Scott Allen : Three Rules for Database Work
"The database is as much a part of an application as the code and the models inside the software."
database  development  versioning  vcs 
february 2008 by ohskylab
Undo commit in subversion
"svn merge -r 1708:1707". Also, revision keywords.
svn  vcs  subversion  development 
january 2008 by ohskylab
VisualSVN Server - All-in-one installer for Subversion and Apache
"A package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console."
subversion  svn  development  vcs 
december 2007 by ohskylab
CIA.vc
"CIA can send an IRC bot to your channel to instantly report the progress made by you and your peers."
opensource  development  vcs  metrics  irc  chat  collaboration  subversion 
october 2007 by ohskylab
Beanstalk — Hosted Subversion for team leads
"A hosted Subversion system, making it easy for anyone to setup, browse, track, and manage Subversion repositories [...] has built-in integration with your favorite tools such as Basecamp, FogBugz, and Lighthouse."
hosting  svn  development  web  collaboration  projectmanagement  basecamp  productivity  vcs  subversion 
october 2007 by ohskylab
Intro to Distributed Version Control (Illustrated) | BetterExplained
"Traditional version control helps you backup, track and synchronize files. Distributed version control makes it easy to share changes. Done right, you can get the best of both worlds: simple merging and centralized releases."
dvcs  development  tools  vcs  collaboration 
october 2007 by ohskylab
iBanjo » Blog Archive » Version Control and “the 80%”
"Most Subversion developers are well aware of the cool new ground being broken by DVCS, and there’s already a lot of discussion out there to “evolve” Subversion 2.0 in those directions. However, [...] the challenge before us is to keep Subversion si
subversion  svn  development  vcs  mercurial 
october 2007 by ohskylab
Coding Horror: Software Branching and Parallel Universes
"Branching is widely misunderstood, and rarely implemented-- even though branching, like versioning, lies at the very heart of source control, and thus software engineering."
development  branching  svn  vcs 
october 2007 by ohskylab
A Visual Guide to Version Control | BetterExplained
Useful introduction. Answers the "Why?" question nicely.
subversion  svn  guide  vcs  development 
september 2007 by ohskylab
Converting from Subversion to Mercurial
"Conversion from SVN to Hg isn't as straightforward as one would like. Thus, I'm documenting the steps I had to do to try and help out anyone else who's attempting to go down this path."
svn  hg  vcs  mercurial  subversion  development 
september 2007 by ohskylab
HomePage - SVK Wiki
"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 m
subversion  svk  svn  vcs  development 
august 2007 by ohskylab
Warehouse — Subversion Browser
"A Web-based subversion browser that doesn't suck"
svn  development  browser  rubyonrails  vcs 
july 2007 by ohskylab
Young Technologies Subversion Virtual Machine
"The purpose of this virtual machine is to act as a self-contained subversion server, with a fully configured WebSVN front end."
subversion  vcs  vmware  virtualization  svn  development 
july 2007 by ohskylab
Versions - Mac Subversion Client
"Versions is the first Mac OS X Subversion client that won't make you long for the command line interface anymore."
subversion  mac  osx  svn  development  vcs 
june 2007 by ohskylab
Maven - Welcome to Maven
"Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information."
maven  java  apache  programming  tools  deployment  continuousintegration  vcs 
may 2007 by ohskylab
Mercurial - Mercurial
"A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects."
vcs  development  scm  tools  process 
may 2007 by ohskylab
CruiseControl.Net and Trac
"While CCNet was built for Windows, trac wasn't. This guide should be helpful to those trying to get this combination working in Windows."
trac  svn  vcs  cruisecontrol 
february 2007 by ohskylab
svn commit ./me: Shelves in Subversion
"I think of shelves as essentially creating and using a branch to save some changes you have been working on, but now need to set aside, or shelve, for a while."
subversion  svn  development  vcs  branching 
january 2007 by ohskylab
Collaboa.org
"A collaborative tool for developers using Subversion."
rubyonrails  subversion  trac  development  svn  vcs 
november 2006 by ohskylab
Brad Choate: OSCON: Subversion Best Practices
Notes from a talk by Ben Collins-Sussman & Brian W. Fitzpatrick (Google employees).
subversion  svn  development  vcs 
november 2006 by ohskylab
Subversion Best Practices
"A quick set of guidelines for making the best use of Subversion in your day-to-day software development work."
svn  subversion  development  vcs 
november 2006 by ohskylab
Ned Batchelder: Subversion branching quick start
"Many developers are uneasy about branching and merging, even those who consider source control essential. It can be a very complicated process, but it doesn't have to be, and it is a very powerful way to manage development."
subversion  svn  development  branching  vcs 
october 2006 by ohskylab
Subversion on Site5 - Julian Yap
Site5 provides Subversion access via SSH. These are my notes on getting it working and basic usage.
site5  subversion  svn  vcs 
october 2006 by ohskylab
Bitten - Trac
"Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface."
development  trac  continuousintegration  agile  productivity  metrics  subversion  svn  vcs 
october 2006 by ohskylab
TraM - Trac
"A wrapper to enable multi-project browsing of a Trac installation"
trac  svn  subversion  vcs  productivity  development 
october 2006 by ohskylab
CollabNet - Subversion Support and Training from CollabNet
"Training courses to bring developers, architects, and administrators up to speed with Subversion™ in a swift and cost efficient way."
subversion  svn  vcs  training 
september 2006 by ohskylab
La Chose - Subversion
"An open source GUI for most features of the svn client binary."
svn  vcs  macosx  mac  apple  osx  subversion 
august 2006 by ohskylab
Buildix from ThoughtWorks :: project start-up in a box
"An Agile development platform on a disk, with best-of-breed Agile tools, pre-installed and configured on a KNOPPIX-based Linux distribution." Subversion, Trac, CruiseControl
agile  development  subversion  trac  cruisecontrol  svn  collaboration  wiki  vcs 
august 2006 by ohskylab
Coding Horror: Source Control: Anything But SourceSafe
"If you are serious about the practice of software development, you should avoid SourceSafe."
sourcesafe  svn  subversion  development  vcs  vss  microsoft 
august 2006 by ohskylab
Bugzilla/SVN/Wiki Integration - Segetech Open Source Rendezvous
"This document provides a detailed configuration guide to integrate incrementally several Open Source development tools creating a seamless development enviroment without unnecessary complexity or overhead. Bugzilla/SVN/MediaWiki are all linked to each ot
bugzilla  wiki  subversion  svn  mediawiki  integration  collaboration  vcs 
august 2006 by ohskylab
Clickable Bliss — Introduction to Subversion Screencast
"Targeted mainly at those who are new to version control, covering the conceptual ideas of version control, and then a walkthrough of examples from the desktop of OS X."
subversion  screencast  svn  tutorials  osx  mac  vcs  web 
august 2006 by ohskylab
DevjaVu - Free, Simple Hosted Trac and Source Control
"Free, simple hosted Trac and Subversion source control."
trac  subversion  free  svn  development  vcs  wiki  productivity 
july 2006 by ohskylab
Assembla home
This is great. "Free team building, communication, trac, and subversion."
collaboration  development  web  wiki  trac  svn  subversion  vcs 
june 2006 by ohskylab
« earlier      

Copy this bookmark:



description:


tags: