Revert changes

For objects that are changed locally but not yet synchronized to the Git source control system, you can give up the local changes and restore to the version in the server repository.

To revert objects from the Git source control system:

  • Right-click the object in the System Tree and select Git Revert from the pop-up menu.

    PowerBuilder downloads the object from the server repository and replaces the copy in the local repository.

    Note

    In the solution format, it is unsupported to revert the OLE of a deleted object (you can only use the SVN or Git tool to revert the corresponding .bin file).

    Be sure to revert the .pblmeta file at the same time, and merge the file properly whenever necessary.