[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-03-15 03:31:17 CET

On 3/14/07, Andrew Close <aclose@gmail.com> wrote:
> Hi all,
>
> we're currently using VSS and are planning on migrating to SVN. at
> the moment we have one project using SVN and the rest of the company
> is still using VSS; we're the guinea pigs. :)
> one problem we're facing is that some of the code we're using
> straddles VSS and SVN.
> Project A started a new codebase in SVN composed of some existing code
> and lots of new code. Project B is production code that still lives
> in VSS for the rest of the dev team to carry on with their normal
> tasks. when team B deploys to production team A wants to merge the
> updates into their codebase so they don't fall too far out of sync.
> this is really a simplification of what's currently going on, but i
> think illustrates our problem.
>
> 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.

People will be able to give you a lot more specific advice if you
provide the actual merge command you're using.

I'm guessing you're probably using svn merge <branch A> <A> where you
should be using svn merge -rLAST_REV_BEFORE_LATEST_VSS:HEAD <branch A>
<A>

Think of merge as "calculate what changed on <branch A> between these
2 revisions and apply that to <A>".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 15 03:31:48 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.