]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Shortcut for LyX HTML output. (Makes my life easier!)
[lyx.git] / src / VCBackend.cpp
index 19dbb9638547653fadbf4b15c0a0bebb7efcdb89..70169e5b943ae29e93c945f939761abda59978be 100644 (file)
@@ -646,6 +646,7 @@ void SVN::fileLock(bool lock, FileName const & tmpf, string &status)
                    + " > " + quoteName(tmpf.toFilesystemEncoding()),
                    FileName(owner_->filePath()));
 
+       // Lock error messages go unfortunately on stderr and are unreachible this way.
        ifstream ifs(tmpf.toFilesystemEncoding().c_str());
        string line;
        while (ifs) {