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

Re: [Subclipse-users] Tag behavior question

From: Martin Wegner <marty_at_radblue.com>
Date: 2006-09-18 16:31:07 CEST

Mark, We use the exact layout as mentioned in Collins-Sussman's book (it is the same structure from the Pragmatic books as well). So I don't get what we are doing wrong that makes Subclipse fetch both the trunk and the tags directory. We have Subclipse "mounted" at the root of the project. If tags, branches and trunk are all sub directories fo the root then isn't Subclipse going to update all three directories when we do an Update? What are we missing? Do we somehow tell Subclipse to ignore the tags directory? Thanks for your help. --Marty ----- Original Message ---- From: Mark Phippard <markp_at_softlanding.com> To: users_at_subclipse.tigris.org Sent: Monday, September 18, 2006 9:23:19 AM Subject: Re: [Subclipse-users] Tag behavior question Martin Wegner <marty_at_radblue.com> wrote on 09/18/2006 10:20:08 AM: > We are just starting out with Subclipe and Eclispe 3.2. We have some > questions about Tag behavior. > > If we use Subclipse to tag the HEAD branch into our tags directory and then > do a Subclipese Update on the whole project, we get the tagged branch copied > back down to each of our developers boxes. Is this the expected behavior? > Since we are epxecting to tag our HEAD branch several times a day it appears > that Subclipse is going to need quite a bit of extra disk space as we go forward. > > 1. Are we going something wrong? Yes. Subversion uses the metaphor of a file system. You need to structure your file system in such a way that your trunk can be checked out independently of the tags so that you do not run into this. Have you looked at the Subversion book at all? It has some good information on this sort of stuff. http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on Mon Sep 18 16:31:40 2006

This is an archived mail posted to the Subclipse Users mailing list.

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