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

Re: merging - VSS to SVN...

From: Andrew Close <aclose_at_gmail.com>
Date: 2007-03-31 16:35:00 CEST

On 3/31/07, Kenneth Porter <shiva@sewingwitch.com> wrote:
> --On Wednesday, March 14, 2007 5:46 PM -0500 Andrew Close
> <aclose@gmail.com> wrote:
>
> > what we've attempted to do is create a branch in SVN off of the
> > Project A codebase. checkout branch A' to a local workspace. overlay
> > the A' workspace with the source from the VSS repository and
> > add/commit so that A' now matches what came from VSS. we then attempt
> > to merge branch A' with A, but the merge appears to just overwrite the
> > code in A with A' even though there should be conflicts that need
> > resolving.
>
> What you want is a "vendor branch":
>
> <http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html>
>
> Consider your VSS project to be your vendor. A checkout from VSS represents
> a "vendor drop".
>
> I used this with one of my customers before they switched to Subversion.
> (At that point I changed from a VSS checkout to a Subversion export to get
> a snapshot of their current development.)

thanks Kenneth, i'll read that section of the redbook.
in moving to SVN we'll be changing our directory structure so it won't
really be a one to one correlation between branches. we'll have to do
a bit of massaging, but that isn't a big deal.
i was more concerned with the merge process, for which i still haven't
found a good solution. right now our VSS merges between branches are
painfully manual and involve several days of merging to a common
branch. i was really hoping to have a more automated solution for the
merge into SVN. but if we have to manually merge for the time being
we'll deal with it. hopefully once we have everything in one SVN
repository we'll be able to make use of the branching and merging
features SVN provides and cut down on some of that manual work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 31 16:35:25 2007

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.