version control

  • submit to reddit

Using a Virtual Drive in a Project with Multiple Branches

 How many branches does your project have? I am working on a mature project with many branches supported simultaneously, and it is always headache for me when I am trying to fix some bugs that affect many versions of our project.To fix a bug in some...

3 replies - 1066 views - 01/20/12 by Victor Tsoukanov in Tips and Tricks

What you need to know about your version control system

Here's the picture: you have introduced a version control system such as Subversion or Git in your organization, and your programmers store their code in it and integrate the changesets of other in their work, using commands like svn add, svn up and svn...

14 replies - 10206 views - 10/06/10 by Giorgio Sironi in Articles

Mercurial Guide

Version 1.39, 19/11/2011 Short and simple Mercurial Guide / Tutorial - for working with a plug-in for Eclipse Mercurial is a distributed version control system. Each user has revisions in their local repository. There is also one shared repository, typically...

11 replies - 8847 views - 07/21/10 by Liran Mendelovich in Articles

LiquiBase 1.9.0 Released

You would never develop without your code under version control, why do you develop your database without it? LiquiBase is a Java-based LGPL database version control system.  It is designed to work with multiple developers across multiple code branchs while...

0 replies - 3010 views - 01/08/09 by Nathan Voxland in Announcements

IntelliJ IDEA's Perforce Integration Lets Work Offline

Consider a rather typical case, when connection to your Perforce server breaks down just in the middle of editing... Or you want to speed up your work, avoiding unnecessary calls to the server… What will you do with the files in your local working copy –...

2 replies - 5608 views - 04/08/08 by Irina Megorskaya in News

Using Shelves for Storing Local Changes

Suppose a brilliant idea strikes you, when it is too risky or too late in the process to try implementing it straight away… or you want to share a new version with your teammates, or have it reviewed. This is when IntelliJ IDEA’s version control...

3 replies - 7897 views - 02/13/08 by Irina Megorskaya in News