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

[TSVN] Re: Is the whole directory structure supposed to be copied for every tag?

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-09-24 12:25:46 CEST

"Roland Erbs" wrote
> I have a question concerning tags.
> Directory and repository structure:
> project/branches
> /tags
> /trunk
>
> If I place the cursor on "project" and select checkout (or update), then
in
> the tags directory the whole directory structure (with files) is copied
for
> every tag I have made (I used TortoiseSVN to create the tags). Is this
what
> is supposed to happen? Can I use tags and prevent this from happening?

That is correct. When you do a checkout you are making a local working copy
of the exact same structure that is in the repository. If you checkout
'project' from your repository you will get everything underneath it,
including branches and tags.

The normal course of action is just to checkout 'project/trunk' from the
repository so you only get the main development line. If you need to switch
to a branch or tag to do something, use 'Switch' from the context menu.

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Sep 24 14:15:33 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.