Technical information on this site may be out of date : no updates since 2015

Kdesvn and Kompare

December 1, 2008 , posted under linux svn kde

Kdesvn and Kompare are two very nice tools providing rich GUI’s for svn and file comparison respectively.

In order to show the difference between two revisions using Kompare, change the default external diff settings to:

Read More…

svnversion

October 16, 2008 , posted under programming svn

I just discovered a nifty little utility

Often working copies are only partially updated, this command gives a very quick command-line summary of the state of the working copy.

It’s not as rich an output as kdesvn which will colour code all the updateable files, but its a standard part of svn so should always be available.

Read More…

Version Control and Drupal

January 3, 2008 , posted under drupal svn cvs

I’ve been using open source software and developing php for a decade or so now - but until recently the two have been fairly separate.

Now I’m working on Drupal I need to keep track of my work - and merge in the changes from ‘upstream’.

here’s the useful info I found …

Read More…