Applying Patches
Postponed changes stored in a patch file can be applied to the target file or directory later. If the source code was edited after creating the patch, conflicts may arise. CLion suggests a handy way to resolve such conflicts and merge the patch with the changes.
When a patch is opened, CLion detects files with the same name as the modified files. For each detected file, CLion compares the path to it relative to the base directory, with the path from the patch, and chooses the closest match. If no matching path is found, the file is considered to be located in the project base directory and is highlighted in red.
You can apply changes to files stored in different locations from those specified in the patch by mapping an arbitrary directory as the base one, or stripping off the leading directories.
To apply a patch
- On the main menu, choose .
-
In the Apply Patch dialog box that opens, specify the fully qualified name of the patch file.
Type the name manually in the Patch file name text box or
click the Browse button
and locate the desired patch file using Select Patch File dialog box.
-
Configure the patch presentation layout.
To have changes shown in a flat view, press the Group by Directory toolbar button
.
Release the button to have changes shown in a directory tree view. - To have a change applied, select the check box next to it.
-
To have a change applied to a modified file that has been moved to another location,
specify the new file location.
-
To map another base directory, select the desired file, directory, or a group files/directories
and click the Map base directory toolbar button
. In the dialog that opens choose the directory relative to which file names will be interpreted.
-
To remove leading directories from the path, click the Strip Directory toolbar button
as many times as many leading directories you need to strip. The number of removed slashes is indicated in square brackets.
-
To revert the last strip directory action,
click the Restore Directory toolbar button
. Click the button as many times as many previously stripped leading directories you need to restore.
-
To revert all the strip directory actions in the selection,
click the Reset Directories toolbar button
.
-
To have all the leading directories stripped and have the changes applied to the file with the specified name
in the base directory, click the Remove Directories toolbar button
.
-
To map another base directory, select the desired file, directory, or a group files/directories
and click the Map base directory toolbar button
-
To view the differences and possible conflicts between your local working copy, the repository version,
and the patch in the Differences Viewer,
select the desired change and click the Show Differences button
.
-
To resolve conflicts between the patched and the current versions, if any,
in both versions select the changes to be merged to the resulting file, and then click Apply.
Note that you apply a patch that contains a lot of files and causes numerous conflicts, you can cancel applying the patch by clicking Abort, and then select whether you want to abort, skip or cancel the remaining conflicts.