We're currently on a company-wide project that will replace IBM ClearCase 7.0.1 with IBM Rational Team Concert 3.0. We mostly use Microsoft .NET platform.
I'm satisfied with RTC source control capabilities, but I'm wondering how to manage binaries references using RTC. Many systems here share components on binary level, and I can't see a way of managing these references on the tool.
Some consultants have suggested for us to use a "binary component", parallel to the "source component", (for each system) where we would store the compiled binaries and use them for references.
Is this the best way to do that? Dear RTC experts, please advise.
obs.: My attempts to use NuGet internally have failed so far.