Hi Folks,
i want to merge a branch into trunk. For that i got the first revision
of the branch with (svn log --stop-on-copy => 2854). Now i want to
merge with "svn merge -r 2854:3143 ^/branches/mybranch ." in a trunk
working dir. Svn now tries to merge the trunk not with the newest
files in the br
Thx very much, that solved my problem :-)
Strangely, until now i was able to merge branches into trunk without
this option
Regards,
Peter
On Fri, Jan 14, 2011 at 2:42 PM, Stefan Sperling wrote:
> On Fri, Jan 14, 2011 at 02:12:56PM +0100, peter.schwei...@gmail.com wrote:
>> Hi Folks,
>>
>> i