Ercan Özdemir
Ercan Özdemir

Reputation: 344

SVN Unversion equivalent for ClearCase

we have started a project versioned with ClearCase (sadly). We also use Maven and ClearCase eclipse plug-in. Each time I build a project, a popup shows up (which says Add items in target folder to source control) and drives me mad. It pauses the build process so I have to check frequently to resume process.

Is there a way to ignore and unversion this folder like with SVN? I've added target folder to ignored sources on eclipse but pop-up still appears

Upvotes: 1

Views: 56

Answers (1)

VonC
VonC

Reputation: 1323953

If you are referring to the "Add Elements to Source Control" dialog box:

http://www.ibm.com/developerworks/rational/library/06/0919_arif_siefkes/image004.jpg

(Source: "Using ClearCase with Rational Performance Tester")

The workaround is:

  • On the main menu, click Windows > Preferences.
  • In the left pane, expand Team and then select ClearCase SCM Adapter
  • Change the preference for When new resources are added to Do nothing (from the default value of Prompt to add to source control).

Upvotes: 1

Related Questions