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

using subversion to manage media files

From: Matt Zagrabelny <mzagrabe_at_d.umn.edu>
Date: Mon, 16 Jun 2008 15:14:54 -0500

Greetings,

I would like to use svn to manage some media files, however it appears
that the working copy is going to be unacceptably large (on the order of
2 times the size of the actual files).

% ls disk/album
song_01
song_02
song_03
song_04
song_05
song_06
song_07
song_08
song_09
song_10

% svnadmin create repo

% svn import disk/album file:///home/mzagrabe/repo/album -m 'import'

% svn checkout file:///home/mzagrabe/repo/album working/album

% du -sh disk repo working
52M disk
52M repo
104M working

Is there a way to get the storage requirements of the working copy to
(roughly) the same size as the "disk" requirements?

TIA,

-- 
Matt Zagrabelny - mzagrabe_at_d.umn.edu - (218) 726 8844
University of Minnesota Duluth
Information Technology Systems & Services
PGP key 1024D/84E22DA2 2005-11-07
Fingerprint: 78F9 18B3 EF58 56F5 FC85  C5CA 53E7 887F 84E2 2DA2
He is not a fool who gives up what he cannot keep to gain what he cannot
lose.
-Jim Elliot

Received on 2008-06-16 22:16:06 CEST

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.