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

Re: separated versions of a project for each customer

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-01-06 20:31:25 CET

Taner Diler wrote:
> Hi everyone;
>
> I need your help. We have two customers. All of them use different
> versions of same project.
> While customer A uses the original version, customer B uses the other
> version includes additional properties.
> I don't want to send the additional properties to customer A.
>
> Now, in our repository, the project places as /trunk/PROJECT. When we
> want to send project to customer A,
> we delete the additional properties. This is very hard to watch which
> version sended to which customer.
>
> What is the best layout? When we create a tag, which way should I follow?

I would create a branch branches/customerB in which you store the
additional properties.
For Customer A without the additional properties you can use the trunk/
Now before you release a version to Customer B, you merge the changes
from the trunk/ (Customer A without the additional properties) to
branches/customerB (with the additional properties).

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 20:33:58 2005

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.