]> git.lyx.org Git - features.git/commitdiff
comment
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 11:18:33 +0000 (11:18 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 11:18:33 +0000 (11:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25764 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index 1673072797bf8f056fc6860b766a31601968b007..ae40e5dd6fa0871def97af0232f7cd47501dd61c 100644 (file)
@@ -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;