From 532ab0fb1b8a755bec74b205073e256b8cfbe001 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 7 Jan 2010 17:06:51 +0000 Subject: [PATCH] Some comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32842 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXVC.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/LyXVC.h b/src/LyXVC.h index efe639aff9..df16efcd84 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -121,7 +121,18 @@ public: /// Returns the version number. std::string const versionString() const; - /// Returns the userid of the person who has locked the doc. + /** + * Returns the userid of the person who has locked the doc. + * FIXME This property is descendant from the original VCS + * and used in RCS for user id or "unlocked" strings. + * It would be problem to use this under SVN since getting + * the locker would need connection to server any time we + * load document. SVN currently (mis)uses this as a signal + * for locking state, as we do not have API for vcstatus(). + * The RCS code for user id parsing is working but we don't display + * it anywhere. One possibility is to provide proper vcstatus() + * interface and kill the whole locker thing. + */ std::string const & locker() const; private: -- 2.39.5