Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can I force scm check-in using None(Binary) as delimiter

I am trying to check-in a bunch of files with RTC Command Line in Windows client. I found some of the text files originally use '0A' as delimiter has been changed to '0A0D' after check-in. Can I force scm check-in use "None(Binary)" instead of "Platform" as default delimiter?

0 votes



2 answers

Permanent link
The user customizable file is in <user's home dir>/.jazz-scm/magic.properties. If there isn't one create it. Suppose you want to checkin all *.txt files without any newline conversion (delimiter as none), then you add the following line to the file...
*.txt : delim: none
Valid values for delim are lf, cr, crlf, platform and none.

I am trying to check-in a bunch of files with RTC Command Line in Windows client. I found some of the text files originally use '0A' as delimiter has been changed to '0A0D' after check-in. Can I force scm check-in use "None(Binary)" instead of "Platform" as default delimiter?

0 votes


Permanent link
Thanks, .jazz-scm/magic.properties does help solve my issue.
:lol:


The user customizable file is in <user's home dir>/.jazz-scm/magic.properties. If there isn't one create it. Suppose you want to checkin all *.txt files without any newline conversion (delimiter as none), then you add the following line to the file...
*.txt : delim: none
Valid values for delim are lf, cr, crlf, platform and none.

I am trying to check-in a bunch of files with RTC Command Line in Windows client. I found some of the text files originally use '0A' as delimiter has been changed to '0A0D' after check-in. Can I force scm check-in use "None(Binary)" instead of "Platform" as default delimiter?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 21 '10, 1:32 a.m.

Question was seen: 6,221 times

Last updated: Jun 21 '10, 1:32 a.m.

Confirmation Cancel Confirm