A "copy" in Subversion does not cause the repository to get any
bigger. If you copy everything from /trunk to /tags/RELEASE_1_1_2b
then its still basically exactly the same size.
SVN is basically a big database, so you're just making a record of the
change, not duplicating the actual data.
----- Original Message -----
From: Kenji Chan <adslbqmr@tpg.com.au>
Date: Wed, 22 Sep 2004 12:05:31 +1000
Subject: why tagging?
To: users@subversion.tigris.org
I'm just thinking "why tagging". I know a tag in svn is sort of a copy
of a particular revision. But I don't want this happens, all I want is
to "mark" a particular revision as "something" (e.g. release 1.1.2b),
and the repo should be getting bigger in size which is unnecessary I
think.
So am I wrong? Any ideas?
Thank you
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 04:15:09 2004