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

question about tagging with cheap copies

From: Emin.shopper Martinian.shopper <emin.shopper_at_gmail.com>
Date: 2007-03-06 19:36:32 CET

I have a project where I like to tag a snapshot of the project fairly often
(e.g., weekly). I understand that I can tag things using svn copy, but I'm
worried that when I update the whole tree, the tags will clutter things and
make things slow.

For example, imagine I have a project with main/tags, main/branches, and
main/trunk. Every week I use svn copy to create a new entry in
main/tags/week-XXX-year-YYY. Now if someone does svn update on main, they
may get hundreds of copies of things in main/tags taking up a lot of disk
space and network traffic.

Ideally, I would like to have the tags "hidden" until I decided that I need
to go and get them. How should I do that? Should I delete the tag so that it
doesn't show up when I do svn update and then undelete it when I need it? Or
am I hopelessly confused about how to get weekly snapshots of the project
that I can later checkout without having to see them in my main tree?

Thanks,
-Emin
Received on Tue Mar 6 19:36:56 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.