It's all about the answers!

Ask a question

[closed] working with binary data within RTC


Simon Eickel (1.1k75457) | asked Apr 25 '13, 6:11 a.m.
closed Sep 16 '13, 1:12 a.m.
Hi friends,

I have one question which came while speaking to users within our company:
we have many "not mergeable" files within RTC. Binary files like FPGA files or CAD drawings.
If ppl will work on those files without explicitly setting a lock to those files they will have a problem when another user is working on them too and is delivering those changes. They are not able to work.

A user told me that in some tools, I think it was git or svn, there is a possibility to create some kind of exclusion list. On such a list you get the file endings which should be excluded from the default working scheme (optimistic checkin without locking).
If the user opens such a file it is read only and cannot be modified until the user explicitly locks the file. Then it's editable to this user (but for the rest of the team it's locked).
This behaviour prevents user to get conflicts on not mergeable files.

Is it possible to create such a list in RTC?
If not I would request you to implement this feature because I think we are not the only company having employees working on not mergeable files.

What do you think?

Greetings,
Simon

The question has been closed for the following reason: "The question is answered, right answer was accepted" by eickel Sep 16 '13, 1:12 a.m.

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Apr 25 '13, 7:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 25 '13, 7:37 a.m.
Hi Simon,

unfortunately this is currently not supported by RTC as far as i can tell. See

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=171284
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=82195
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=93617
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=77416

and add your support.

It is also currently not easily possible to extend RTC to do achieve this. I think several teams have created their own solutions, however I am not aware of anything that was shared with the community.
Simon Eickel selected this answer as the correct answer

Comments
Simon Eickel commented Apr 26 '13, 5:40 a.m.

Hi Ralph,
thanks for this information. I've been subscribed to those WorkItems now.
Greetings,
Simon