[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-01-12 17:02:09 CET

On 1/12/06, Vivek Taparia <vivek.taparia@mindteck.com> wrote:
> 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.

Actually it does not - copies in svn are actually very, very
efficient. They're nothing more than pointers to a particular
revision.

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