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

Re: Storage space questions

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-03-14 12:45:59 CET

Hi!

> First off, when taging, does it litterally copy over everything from
> the trunk each time you tag it?

If you haven't done so, I'd strongly suggest reading the book. There's a lot
of information on technical details you might like to know about. This
question for example is discussed in section
http://svnbook.red-bean.com/html-chunk/ch04s02.html#svn-ch-4-sect-2.1 (read the sidebar/grey box).

> Also, on the subject of commits, when I commit a change to a file,
> does it store a whole copy of that file with the changes or does it
> just, in lamen's terms, store the difference?

This isn't covered in the book (to my surprise), but yes, Subversion stores
it's data as differences to some previous version. Note that it uses this
scheme for both text and binary data, since it doesn't - internally - make a
difference between the two.

bye,

Erik.

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 14 12:46:21 2004

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.