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

Re: vendor branches in same folders

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Thu, 18 Aug 2011 07:27:51 +0200

Hi Rick,

On 13 August 2011 01:49, UpperPark <rick.martin_at_upperparksolutions.com>wrote:

> I work in a development environment where 3rd party products from different
> vendors are mixed into the same folders.
> For example:
> accessory\bin
> accessory\libsrc\win
>
> will have files from multiple vendor products.
>
> I want to be able to have a vendor branch for each product and be able to
> merge that into the trunk along with all the other files.
> I'm having a difficult time getting this to work.
>
>
Subversion is a folder based version control system, and as such you can
have difficulty when you want to mix folder content from different origins.

A possible workaround is to create a separate folder for each vendor and use
some automated script that copies files to the shared location. The shared
location is NOT under version control, just the different folders for each
vendor. This should be possible with client side hooks.

Of course you will have to take care of duplicate file names between the
vendors, but that is a risk in the current set up as well.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2824061
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-18 07:28:00 CEST

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

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