]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
Fix bug #6388
[lyx.git] / src / LyXVC.h
index 1c954da109c866be57d33c7746bf04b5ba310960..efe639aff97d630588e73b829aa4138032d4fdef 100644 (file)
@@ -105,7 +105,12 @@ public:
         */
        const std::string getLogFile() const;
 
-       ///
+       /**
+        * We do not support this generally. In RCS/SVN file read-only flag
+        * is often connected with locking state and one has to be careful to
+        * keep things in synchro once we would allow user to toggle
+        * read-only flags.
+        */
        void toggleReadOnly();
 
        /// Is the document under administration by VCS?