Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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".

like image 452
airdump Avatar asked Dec 29 '25 02:12

airdump


1 Answers

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.
like image 197
VonC Avatar answered Dec 30 '25 22:12

VonC