1

I have clearcase integrated with Visual Studio 2008. Everytime, I open a solution, I get Checkout Resources pop ups for the solution file and the project files within. I have to click on 'Cancel' several times before my solution is loaded.

Also when I build the project, I get the checkout resources pop up.

This is really annoying.

Anyone with a solution to prevent these unrequired Checkout Resources pop ups?

Thanks.

Rashmi Pandit
  • 23,230
  • 17
  • 71
  • 111
  • I am hoping that, by adding *manually* the `.sln` file to a `.ccexclude` file, the CC integration plugin would ignore it, even though you would still be able to checkout it manually outside from the CC integration. – VonC Jan 12 '10 at 05:01

1 Answers1

1

Did you try to:

  • add that solution file to the .ccexclude file (to make it ignored by the cc-VS2008 integration)
  • checkout/checking said solution file only outside the integration (in a full CC client, not from the VS GUI): the reasoning being "you do not have to change that solution file all that often"

Notes:

  • I am not familiar with VS projects, so I could be wrong in the update frequency of a solution file.
  • this would solve at least unsolicited checkout only for that file.
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250