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

Union of Multiple Branches

From: Mattius McLaughlin <Mattius_McLaughlin_at_pmc-sierra.com>
Date: Wed, 06 Jan 2010 16:18:44 -0800

Hi All,

  I understand this is not common workflow, but I'd like to know if
there is a simple way to accomplish this goal before I start scripting a
solution.

  Some background: one of the requirements for my organization moving to
subversion was the ability to create tags/branches that contain a subset
of files on the trunk. We accomplish this by creating the tag/branch,
and svn rm'ing any files that aren't required until we've arrived at the
desired fileset. We work with very large files and need to use subsets
of files to avoid lots of disk usage/network traffic.

  Some users have asked if it is possible to check out multiple tags
into the same workspace. That is, if we have tag a and tag b with files
independent of one another but common directories, is it possible to
check out a workspace that is an amalgamation of tag a and tag b. Merge
doesn't get me what I need because the merge replays all of the file
deletes that were used to generate a subset tag.

  So my question is: is there a way to get two branches/tags to live in
the same workspace?

Thanks,
--Mattius
Received on 2010-01-07 01:19:21 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.