mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25764 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3d612bc4b6
commit
64838b1400
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user