X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.cpp;h=d05e4428ac2e35b244078e0455f6548b391b6d9f;hb=cca78e3c8ae27431323746abd64f9d7db017099d;hp=3c1185f92cb6326c029f00a62f60ca479ef886a8;hpb=aaa4169ecef44faf63a8f9f0b9471dfb7f83428d;p=lyx.git diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 3c1185f92c..d05e4428ac 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -470,7 +470,7 @@ string SVN::checkIn(string const & msg) doVCCommand("svn commit -m \"" + msg + "\" " + quoteName(onlyFilename(owner_->absFileName())) - + " 2> " + tmpf.toFilesystemEncoding(), + + " > " + tmpf.toFilesystemEncoding(), FileName(owner_->filePath())); string log;