]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / VCBackend.cpp
index 3c1185f92cb6326c029f00a62f60ca479ef886a8..d05e4428ac2e35b244078e0455f6548b391b6d9f 100644 (file)
@@ -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;