VCS: Better output for svn checkout.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26017 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-08-01 14:18:41 +00:00
parent ba52a76879
commit e1cc41f625

View 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;