]> git.lyx.org Git - features.git/commitdiff
Comment on stderr issue.
authorPavel Sanda <sanda@lyx.org>
Thu, 19 Nov 2009 08:55:21 +0000 (08:55 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 19 Nov 2009 08:55:21 +0000 (08:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32079 a592a061-630c-0410-9148-cb99ea01b6c8

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) {