From 64838b1400521aa05fe83e58907b8dfe97cb3ee4 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 21 Jul 2008 11:18:33 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25764 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 1673072797..ae40e5dd6f 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -282,6 +282,8 @@ void CVS::scanMaster() string mod_date = rtrim(asctime(gmtime(&mod)), "\n"); LYXERR(Debug::LYXVC, "Date in Entries: `" << file_date << "'\nModification date of file: `" << mod_date << '\''); + //FIXME this whole locking bussiness is not working under cvs and the machinery + // conforms to the ci usage, not cvs. if (file_date == mod_date) { locker_ = "Unlocked"; vcstatus = UNLOCKED; -- 2.39.5