How does RTC SCM identifies file as Binary?
Generally Build operation output like .exe, .class, jar files are considered as Binary from user.
Use Case:
When User want to stop storage of Binary files into RTC SCM, question is what kind of files is considered as Binary from the System.
How does it distinguishes Plain text (source code) from binary files?
What could be the max size of Binary file which could be allowed to store in RTC SCM (Size range)?
Which may not affect the performance of system in future. For example storing library or .exe of 10kbs or 50kbs.
|
One answer
Typically a .jazzignore file controls which files are to be excluded during commit. See https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_scm_eclipse_ignore.html for a discussion of the file.
Each project under SCM control should have a .jazzignore file in the home directory. The comment block in the file provides more detail of the syntax. |
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.