]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
typo
[lyx.git] / src / VCBackend.cpp
index 3c1185f92cb6326c029f00a62f60ca479ef886a8..3cda4b201d226c218ec6f819d37a76c1bd6b27a0 100644 (file)
@@ -453,7 +453,7 @@ void SVN::scanMaster()
 }
 
 
-void SVN::registrer(string const & msg)
+void SVN::registrer(string const & /*msg*/)
 {
        doVCCommand("svn add -q " + quoteName(onlyFilename(owner_->absFileName())),
                    FileName(owner_->filePath()));
@@ -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;