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

Re: large imports and tmp files

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-07-30 18:18:00 CEST

D. Alan Stewart wrote:
> Exactly. The virtual Windows machine won't be running. I'll shut it
> down and then backup the virtual hard drive, which is just a big
> binary file from OS X's perspective.
>
> On Jul 29, 2006, at 5:23 PM, Les Mikesell wrote:
>
>>
>> His (virtual) disk images are contained in a huge file. He could
>> use other backup methods for contents of the running virtual
>> machine, but I think he just wants the whole image file from
>> the host's perspective but with less space consumption than
>> full copies after each small change.

This actually makes sense: I've done similar things with OS image tarballs
in Linux, but always stored them as tarballs (which compress well), not as
disk images (which really, really, really do not compress well, especially
if they've been used for a while).

Subversion is the wrong tool for this, I think. The binaries are huge, and
there's no good facility in Subversion for discarding unwanted previous
revisions of a file or of alternatively named, copied files, so it'll clog
any reasonably sized repository pretty fast. I'd actually be inclined to
have a big backup drive and use something like "rsnapshot" to keep a few
backup copies stashed on a daily/weekly/monthly basis.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 30 18:18:43 2006

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.