VisualStudio client doesn't detect the changes
In order to preserve the history, we've imported a VisualStudio solution from SVN to RTC without errors.
We can load into a repository workspace the component with the solution but, if we change a file of the solution, the pending changes view doesn't detect the change.
In order to display the change we can refresh the pending changes view with the option "refresh sandbox and remote change".
No problems if we share a local solution (the changes are detect without problems).
2 answers
Importing the source and sharing in RTC is the first step, with VS you would also need to tell the IDE that the solution and projects are under source control. VS will only know about the source control information if the solution and project files contain source control(SCC) bindings. To add the SCC bindings open the solution in VS, right click on the solution in Solution Explorer and select the option "Share Project(s) in Jazz", since the project is already shared in RTC, this operation will just add the SCC bindings to the solution and project files. Once the operation is completes deliver the modified solution/project files. With the SCC bindings in place VS now will inform RTC when ever a files gets modified within the VS IDE and you will see pending changes getting updated automatically. The another advantage with adding the bindings is that many RTC options will be enabled on the context menu of Solution Explorer along with the glyphs. Refer to https://jazz.net/library/article/117 for more information.
Note: If you are not interested in adding source control bindings, you can enable the option "Automatically detect when the file is changes outside the environment", this option is available from Tools->Options->Source Control->Jazz Source Control->Changes. Checking this will automatically update the pending changes view but will not enable the Solution Explorer context menu with the RTC menu items and will not show the RTC glyphs in the Solution explorer.
Comments
Tim Mok
JAZZ DEVELOPER Jan 14 '13, 11:39 a.m.Angelo Corna
Jan 14 '13, 1:37 p.m.Tim Mok
JAZZ DEVELOPER Jan 14 '13, 1:48 p.m.