summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-01-04 20:27:00 +0000
committerMarc Laukien <marc@zeroc.com>2003-01-04 20:27:00 +0000
commitabc6a2565c38b1f541d734556439b645e4fa6a85 (patch)
tree6c21a3aa5b923d247b134d19f64994a254752421 /cpp/src/IcePatch/Server.cpp
parentamd operations should declare exceptions (diff)
downloadice-abc6a2565c38b1f541d734556439b645e4fa6a85.tar.bz2
ice-abc6a2565c38b1f541d734556439b645e4fa6a85.tar.xz
ice-abc6a2565c38b1f541d734556439b645e4fa6a85.zip
IcePatch bug fixes
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r--cpp/src/IcePatch/Server.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp
index 2547ec791ef..54103864ee7 100644
--- a/cpp/src/IcePatch/Server.cpp
+++ b/cpp/src/IcePatch/Server.cpp
@@ -242,14 +242,14 @@ IcePatch::Updater::cleanup(const FileDescSeq& fileDescSeq)
{
//
// Force MD5 files to be created and orphaned files to be
- // removed.
+ // removed. Then recurse into subdirectories.
//
cleanup(directoryDesc->dir->getContents());
//
- // Call describe(), because MD5 files in subdirectories
- // might have changed, resulting in a different summary
- // MD5 for this directory.
+ // Call describe(), because BZ2 and MD5 files in the
+ // directory might have changed, resulting in a different
+ // summary MD5 for this directory.
//
directoryDesc->dir->describe();
}