mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
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:
parent
ba52a76879
commit
e1cc41f625
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user