mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
GP-4341 Force retained checkout if file is in-use during checkin or add-to-version-control. Deprecated upgrade concept during checkin. Revised manner in which file open for update is updated following a version control operation (perform DBHandle update).
This commit is contained in:
@@ -208,7 +208,7 @@ public class RepositoryFileUpgradeScript extends GhidraScript {
|
||||
dobj.release(this);
|
||||
dobj = null;
|
||||
if (df.isVersioned()) {
|
||||
df.checkin(checkinHandler, false, monitor);
|
||||
df.checkin(checkinHandler, monitor);
|
||||
println("Repository file upgraded: " + df.getPathname());
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user