# # # patch "NEWS" # from [8f7f5dbff999f8c3bc5d19cd99d0c79cd206ec3d] # to [f1282534c19d0088e985882823fffceae131a55e] # # patch "README" # from [044f85f9381f73563d56196785e9c07fc3819b22] # to [332e37e7f2dc8e860bca882c61558b11434512db] # # patch "src/model/Inventory.cpp" # from [7b72cfabff508e1b9d7f70b3fe9589f4d8f5d07f] # to [cc25d57951aa466048f802c53ce1ad72cbaa13ea] # ============================================================ --- NEWS 8f7f5dbff999f8c3bc5d19cd99d0c79cd206ec3d +++ NEWS f1282534c19d0088e985882823fffceae131a55e @@ -26,8 +26,7 @@ the access of common tasks - improved: parsing stdio/basicio formats is now several factors faster for huge workloads (f.e. big chunks of inventory output) - - improved: starting with mtn 0.39 incremental workspace loading is enabled - by default + - improved: incremental workspace loading can now be enabled in the preferences - improved: the file history dialog now reads and displays the changes ad-hoc, so you don't need to wait until the complete history of a particular long- living file is read ============================================================ --- README 044f85f9381f73563d56196785e9c07fc3819b22 +++ README 332e37e7f2dc8e860bca882c61558b11434512db @@ -101,9 +101,11 @@ The Update Workspace dialog and the right-click actions in the workspace view are therefore just stubs and won't do anything. -* Support for partial loading of a monotone workspace has been disabled for - now because of a bug in monotone's inventory output and other restrictions - concerning the format, which have to be fixed upstream first. +* If you enable "read workspace incrementally" in the preferences and work with + a monotone version below 0.40 you might encounter weird problems in the + workspace view. This is because the interpretation of the --depth option in mtn + has been changed and guitone only supports the new interpretation of version + 0.40 or higher. So if you're still on 0.39 its better to leave this unchecked. * If your problem is not described here, take a look at the task list on http://guitone.thomaskeller.biz/g/tracker ============================================================ --- src/model/Inventory.cpp 7b72cfabff508e1b9d7f70b3fe9589f4d8f5d07f +++ src/model/Inventory.cpp cc25d57951aa466048f802c53ce1ad72cbaa13ea @@ -24,7 +24,7 @@ #include #include -const int Inventory::QueryLevel = 1; +const int Inventory::QueryLevel = 2; Inventory::Inventory(QObject * parent) : QAbstractItemModel(parent), AutomateCommand(0), workspacePath()