1

I have a text file, it uses CRLF as line terminator. when I check in the file, clearcase removes CR and leave LF only.

How to prevent such a behavior ?

I'm using clearcase on windows

becks
  • 2,656
  • 8
  • 35
  • 64

1 Answers1

0

On way ts to set a text mode file.

The other is to modify the global setting:

  • type clearhomebase
  • onglet Options
  • click on "User Preferences"
  • onglet View
  • Deselect the "Text Mode Option".
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • @becks then a default text mode (https://publib.boulder.ibm.com/infocenter/cchelp/v7r1m0/index.jsp?topic=/com.ibm.rational.clearcase.cc_admin.doc/topics/t_ccrc_config_tmode.htm) must be active on your Vob. – VonC May 29 '13 at 19:16