From: Pavel Sanda Date: Thu, 19 Nov 2009 08:55:21 +0000 (+0000) Subject: Comment on stderr issue. X-Git-Tag: 2.0.0~5103 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9755da5440a1022a564744fe42be33cc237c447a;p=features.git Comment on stderr issue. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32079 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 19dbb96385..70169e5b94 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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) {