airdump
airdump

Reputation: 653

Is there a way to avoid changeset commit on RTC?

Many developpers in my team have changeset named "NO COMMIT", because they did some modifications just used for local purpose.

Is there a way in RTC to disable the ability to commit this kind of changeset ?

Somethings like "protect changeset" or "lock changeset".

Upvotes: 3

Views: 93

Answers (1)

VonC
VonC

Reputation: 1325137

Instead of committing, you can create an RTC patch

right-click the change set or Unresolved folder that contains the files that you want to include in the patch and click New > Patch.

That way, you can quickly:

  • isolate a changeset as a patch
  • discard it from the local workspace
  • commit and deliver the rest
  • then re-apply the patch.

Upvotes: 1

Related Questions