Blender SVN: New Features #273

Open
Demeter Dzadik wants to merge 13 commits from New-SVN-features into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 7aa18915da - Show all commits

View File

@ -520,6 +520,7 @@ class SVN_OT_cleanup(SVN_Operator, Operator):
prefs = get_addon_prefs(context)
repo.external_files.clear()
repo.external_files_active_index = -1
# Load folder depth data from file.
prefs.load_repo_info_from_file()
self.execute_svn_command(context, ["svn", "cleanup"])