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

Re: enhancement request: svn merge

From: Jens Seidel <jensseidel_at_users.sf.net>
Date: Fri, 17 Oct 2008 18:46:46 +0200

On Fri, Oct 17, 2008 at 02:51:56PM +0200, Blees, Georg wrote:
> Here are some examples of real scripts, but they don't work. I've changed
> XBLMERGE.nsp in version V811 (source enviroment) and I want to merge this
> change into XBLMERGE.nsp of V821 (target). Revision 2230 is our copy
> revision - V821 was copied from V811.
>
> Example 1:
>
> CD /D D:\GiPclipse\projekte\V821\TOOLS-V821\src-natural\K2MPX
> svn merge -r 2230:HEAD
> D:\GiPclipse\projekte\V811\TOOLS-V811\src-natural\K2LPX\XBLMERGE.nsp
> D:\GiPclipse\projekte\V821\TOOLS-V821\src-natural\K2MPX\XBLMERGE.nsp
>
> ==> I sould use "--force", but this doesn't work. And svn says that the
> target path is not under version control.

Why don't you quote the error? The error message is probably wrong.

I'm very sure that you try to merge binary files, that's not supported.
If your file is indeed a text file set (or delete) a proper svn:mime-type
and svn:eol-style property.

See the Subversion book for details.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-17 18:47:32 CEST

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.