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

Migration from Clearcase to SVN / organizing projects

From: Joachim Armbruster <joachima1_at_gmx.de>
Date: Sun, 17 Feb 2008 11:03:14 +0100

Hello,

we want to migrate from CC to SVN, since SVN is cheaper (and cooler...)

In clearcase our projects (embedded software development) are organized as followed:

We have on a typical file tree structure like the linux kernel source about 200-300 variants, one for each customer.
Basically we maintain it that we have a label (tag) for the base platform. Because each customer gets for example a own user interface, we have customer labels as well.
Now, it is quite easy in clearcase to have a config_spec which contains the base label and the customer label. Since the customer label has a higher priority than the base label it accumulates all customer files.

Now, the most easy thing is, when we have a new base platform release and want to update a customer, we just have to change the base platform label. No more work is neccessary normally. The easy thing here is that we do not have to do a file by file comparison when we want to update the base platform.
It is always the concept of putting 10 customer files into 10000 base files.
We do not know how we can translate this workflow into the SVN trunk/ branch/ tag/ tree.
As far as I can see, in SVN it is always that after doing a branch, we have to merge the update of the base platform (which often contains hundreds of files) to the customer branch.

We cannot structure our repository this way, that we put sources which might be changed for a customer into a special folder, because we do not know in advance what we will modify for a customer.

Does anybody already had similar problems and got a solution for this?
Has anybody a suggestion of how a copy/branch/tag workflow has to be when we want to work a little bit like CC?

-- 
mfg,
   Joachim A
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-17 17:51:22 CET

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.