mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
It seems that svn changes its implicit behaviour across versions.
Both commits are for branch too Juergen. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33023 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2feb843942
commit
51b38ee015
@ -686,7 +686,7 @@ string SVN::checkOut()
|
||||
return N_("Error: Could not generate logfile.");
|
||||
}
|
||||
|
||||
doVCCommand("svn update " + quoteName(onlyFilename(owner_->absFileName()))
|
||||
doVCCommand("svn update --non-interactive " + quoteName(onlyFilename(owner_->absFileName()))
|
||||
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
||||
FileName(owner_->filePath()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user