]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
God damn tabular dual head :-/
[lyx.git] / src / VCBackend.h
index 402a723399aa84de3608cc479e6c89dd4a732fcf..1b663e8b9bec9eebbb1c771afb7a14479bedb00f 100644 (file)
@@ -66,6 +66,7 @@ public:
        /// return the lock status of this file
        VCStatus status() const { return vcstatus; }
        /// do we need special handling for read-only toggling?
+       /// (also used for check-out operation)
        virtual bool toggleReadOnlyEnabled() = 0;
 protected:
        /// parse information from the version file
@@ -220,6 +221,8 @@ public:
 
 protected:
        virtual void scanMaster();
+       /// Check for error messages in svn output.
+       std::string scanLogFile(support::FileName const & f);
 
 private:
        support::FileName file_;