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

RE: Regarding Tagging in subversion.

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2006-01-12 17:04:50 CET

Vivek Taparia wrote:
> Hi,
>
> This is regarding tagging in subversion.
>
> If I tag it ,subversion simply stores the snapshot of the entire
> directory in the TAG directory with that name.
>
> Which occupies a lot of space, is their any other way to just keep
> the delta of changes in the database with the name of tag, so we can
> use it more effectively.

No, it doesn't. All it stores in the repository is a little flag
saying, "This is a copy of path x at revision n". This doesn't take up
much space at all.

Where did you get the impression that it stores a full copy? Have you
run tests, and seen the repository grow? If so, could you tell us what
steps you ran, and where you saw the growth, so that people can look
into it and see if there's an underlying issue?

Thanks,
-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 12 19:21:47 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.