git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25764 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-21 11:18:33 +00:00
parent 3d612bc4b6
commit 64838b1400

View 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;