September 10, 2008
1 minute read
Under git version 1.5.4.3, which as of writing is the current in ubuntu 8.04
hardy heron, trying to split out a folder from a git repo where the repo was an
import from subversion (svn), and the foldeβ¦
Read More
May 29, 2008
4 minute read
I couldn't find anything exactly matching this on the net when I was figuring
it out, so here's what I did.
This is working against a remote svn (subversion) server, but applies even
without one.
On tβ¦
Read More
October 27, 2007
0 minute read
I've had my first ever patch to an open source project accepted! Yay! (Fanfare please... no? anyone? oh well.)
Ok it's a one word change to a piece of documentation, but hey it's still something.
The β¦
Read More
April 10, 2007
9 minute read
A continuation of the partimage project.
As it would appear that stdout support doesn't work due the user interface
making use of stdout, I have been figuring out how to make the program run in
batch β¦
Read More
March 30, 2007
1 minute read
On first inspection it looks like some code already exists for writing an image to stdout (standard output).
image_disk.cpp, line 558
if (strcmp(m_szImageFilename, "stdout")) { //.β¦
Read More
March 26, 2007
2 minute read
Had a problems getting partimage to compile on one of my pcs from a fresh checkout.
svn co https://partimage.svn.sourceforge.net/svnroot/partimage/trunk/partimage partimage
The ./autogen.sh script wβ¦
Read More
March 13, 2007
2 minute read
me and partimage
I recently reorganised the partitions on my laptop, with the help of some
invaluable OSS tools.
The laptop was split into OS partitions, with a data and swap partition at the
end, butβ¦
Read More