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

Re: Tags Clean Up

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-02-26 21:19:05 CET

On 2/26/07, Res Pons <pons32@hotmail.com> wrote:
>
> I'm curious to know if anyone ever cleans up their tags folders and only
> keep around that tags folder which have made it to a release? Am I
> supposed
> to clean them up?
>
> Are the tags full folder snapshots of a project or cheap copies of delta
> differences?

There is no reason to clean them up from a repository space point of view.
If you do not need them any more and cleaning them up makes browsing the
folder more efficient, then by all means clean them up. Likewise, you could
create some kind of archived tag folder structure and just move the tag to
that folder.

Tags are cheap copies, they do not take up much space. Even if they did,
since a delete in Subversion does not remove the historical artifact it does
not save space to delete something (it actually uses a few bytes if
anything). Likewise, moving a tag to an archive area would also just use a
few bytes.

In the end, the answer is to do what you want based on your needs.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Mon Feb 26 21:19:43 2007

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.