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

Re: problem with newlines when merging

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Fri, 13 Feb 2009 12:41:36 +0100

On Thursday 12 February 2009, Sening, Florian wrote:
> since version 1.5.7 there is a bug in TortoiseMerge regarding newlines.
> When i diff them the newlines aren't carried over after saving, so after
> a refresh all newlines are gone in the areas i just merged.

I'm seeing the same, and have found a workaround. Firstly, you should turn on
that TSVN displays whitespace. Then, you will see something like this (using
<NL> as newline marker):

  line1<NL>
  line2
  line3<NL>

The second line is missing the newline marker, which is a result of the bug.
Now, place the cursor at the end of the first line in the right pane of
TortoiseMerge and hit delete (using | as cursor):

  line1| line2<NL>
  line3<NL>

The | is the cursor. If you now hit enter, you get exactly what you want:

  line1<NL>
  line2<NL>
  line3<NL>

Uli

-- 
ML: http://tortoisesvn.tigris.org/list_etiquette.html
FAQ: http://tortoisesvn.net/faq
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2009-02-13 12:41:55 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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