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

Re: svn merge says I have conflicts in repository when files have not been updated ?

From: <cmpilato_at_collab.net>
Date: 2003-07-16 19:35:27 CEST

"Francois Beausoleil" <fbos@users.sourceforge.net> writes:

> Hi !
>
> I have a repository in which I am trying to port changes from a branch to
> trunk. Here's a concise history of the repository:
> r1: Imported data into trunk/
> ... (Unrelated changes)
> r5: Created branch
> r6: Delete files in trunk/
> r7: svn merge trunk@5 trunk@6 into branch
> r8: Update files in branch
>
> Now, when I run the following commands, svn gives me conflicts:
> D:\wc\compta>svn info
> Path:
> Url: http://.../trunk/A
> Revision: 8
>
> D:\wc>svn merge http://.../branches/A@7 http://.../branches/A@8
> C compta.lib
> C COMPTA.APP
> C compta.exe

This looks like you merged from the branch into the trunk (not the
other way around, as your recipe stated). Did you mistype?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 19:36:02 2003

This is an archived mail posted to the Subversion Dev mailing list.

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