From 9755da5440a1022a564744fe42be33cc237c447a Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 19 Nov 2009 08:55:21 +0000 Subject: [PATCH] Comment on stderr issue. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32079 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.2