[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Hypervisor Support - Virtual Guest Image Versioning

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Mon, 12 Dec 2011 08:50:22 +0100

Guten Tag ray_at_aarden.us,
am Montag, 12. Dezember 2011 um 01:50 schrieben Sie:

> I am considering how I may implement a repository to
> track the versioning of guest images. I would like to keep version
> histories of the different guests; experimental perturbations, upgrades,
> etc. I like the SVN version graph and I am wondering about how much I
> can add notes to clarify the differences. Additionally, update the
> notes when in retrospect, more information is needed for historical
> entries.

You are able to add one log message per commit, but this can be of any
size you want. Altering this log message afterwards must be configured
separately because per default log messages are immutable.

> Since the binaries are large, I will probably need to extend the storage
> to a slower, cheaper media for the older versions. I want to keep fast
> response for new entries. I am wondering how I might have the best of
> both worlds and still be able to pull up a full historical graph.

What's the size of your images? Subversion produces diffs for every
committed file and I don't think it's fun to generate diffs for files
with some GB in size. Your images will change practically on every use
of your guest OS, too.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon.............030-2 1001-310
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2011-12-12 08:51:05 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.