[Box Backup-commit] COMMIT r3346 - box/trunk/lib/backupstore

subversion at boxbackup.org subversion at boxbackup.org
Tue Apr 29 20:22:38 BST 2014


Author: chris
Date: 2014-04-29 20:22:37 +0100 (Tue, 29 Apr 2014)
New Revision: 3346

Modified:
   box/trunk/lib/backupstore/BackupStoreCheck2.cpp
Log:
Add a comment explaining why we can't move detached dirs back into place.

Modified: box/trunk/lib/backupstore/BackupStoreCheck2.cpp
===================================================================
--- box/trunk/lib/backupstore/BackupStoreCheck2.cpp	2014-04-26 18:48:46 UTC (rev 3345)
+++ box/trunk/lib/backupstore/BackupStoreCheck2.cpp	2014-04-29 19:22:37 UTC (rev 3346)
@@ -149,6 +149,8 @@
 				if((flags & Flags_IsDir) == Flags_IsDir)
 				{
 					// Directory. Just put into lost and found.
+					// (It doesn't contain its filename, so we
+					// can't recreate the entry in the parent)
 					putIntoDirectoryID = GetLostAndFoundDirID();
 				}
 				else




More information about the Boxbackup-commit mailing list