You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Richard Jones <ri...@imperial.ac.uk> on 2006/07/21 11:07:36 UTC

merge deleting common files

Hi Folks,

Apologies for this potentially newbie questions, but I've been 
scratching my head over this problem for a couple of days, and have no 
idea where I'm going wrong.

I am attempting to merge a feature branch back to a main branch in my 
repository, and it is, for some unknown reason, deleting files which are 
present in both branches, thus:

$ svn merge https://[repository]/branches/spiral-bib_item-status
	https://[repository]/branches/spiral-bib

D  config/registries/spiral-bib-dc-types.xml
A  config/registries/spiral-bib-dc-types.xml
D  src/uk/ac/ic/dspace/administer/MetadataImporter.java
D  src/uk/ac/ic/dspace/administer/RegistryImportException.java
D  src/uk/ac/ic/dspace/administer/SchemaImporter.java
D  src/uk/ac/ic/dspace/administer/RegistryImporter.java
D  src/uk/ac/ic/dspace/administer
D  src/uk/ac/ic/dspace
D  src/uk/ac/ic
D  src/uk/ac
D  src/uk
svn: Revision 50 doesn't match existing revision 31 in 'src/uk'

I have been merging up from the main branch (spiral-bib) to the feature 
branch (spiral-bib_item-status) periodically, and revision 31 of the 
main branch has recently been merged upward to the feature branch.  Now, 
I want to merge the feature branch changes back down.  I am executing 
this command in the working copy of the main branch.

Perhaps I have misunderstood the merge documentation, but I have tried 
so many variations, with such similar results.  If anyone has any idea 
what I'm doing wrong, and can set me back on the conceptual 
straight-and-narrow that would be a great help.  Let me know if you need 
any more information.

All the best,

-- 
Richard
-------
Richard Jones
Web and Database Technology Specialist
Imperial College London
t: +44 (0)20 759 41815
e: richard.d.jones@imperial.ac.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org